xref: /aosp_15_r20/external/llvm/test/Linker/2008-07-06-AliasWeakDest.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; PR2463
2*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %s -o %t1.bc
3*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc
4*9880d681SAndroid Build Coastguard Worker; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc
5*9880d681SAndroid Build Coastguard Worker; RUN: llvm-link %t2.bc %t1.bc -o %t4.bc
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
8*9880d681SAndroid Build Coastguard Workertarget triple = "i386-pc-linux-gnu"
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Worker@sched_clock = alias i64 (), i64 ()* @native_sched_clock
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Worker@foo = alias i32, i32* @realfoo
13*9880d681SAndroid Build Coastguard Worker@realfoo = global i32 0
14*9880d681SAndroid Build Coastguard Worker
15*9880d681SAndroid Build Coastguard Workerdefine i64 @native_sched_clock() nounwind  {
16*9880d681SAndroid Build Coastguard Workerentry:
17*9880d681SAndroid Build Coastguard Worker        ret i64 0
18*9880d681SAndroid Build Coastguard Worker}
19