blob: 8a5126af5e657fe5f6235464448b04efe0de3d63 [file] [log] [blame]
Anton Korobeynikov2feae532008-07-05 23:33:40 +00001; PR2463
2; RUN: llvm-as %s -o %t1.bc -f
3; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc -f
4; RUN: llvm-link %t1.bc %t2.bc -f -o %t3.bc
5; RUN: llvm-link %t2.bc %t1.bc -f -o %t4.bc
6
Chris Lattner910c6142008-07-14 07:23:24 +00007; XFAIL: *
8
Anton Korobeynikov2feae532008-07-05 23:33:40 +00009target 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"
10target triple = "i386-pc-linux-gnu"
11
12@sched_clock = alias i64 ()* @native_sched_clock
13
14define i64 @native_sched_clock() nounwind {
15entry:
16 ret i64 0
17}