19 lines · plain
1; PR24632; RUN: llvm-as %s -o %t1.bc3; RUN: llvm-as %p/2008-07-06-AliasWeakDest2.ll -o %t2.bc4; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc5; RUN: llvm-link %t2.bc %t1.bc -o %t4.bc6 7target 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"8target triple = "i386-pc-linux-gnu"9 10@sched_clock = alias i64 (), ptr @native_sched_clock11 12@foo = alias i32, ptr @realfoo13@realfoo = global i32 014 15define i64 @native_sched_clock() nounwind {16entry:17 ret i64 018}19