X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2008-03-07-DroppedSection_b.ll;h=63b64f6aa1aa1b9e75e3d346564e5a1540c130a1;hb=4bdf9890edd91b82487a29ae134d53676829bd0d;hp=884bf0a2744095c0fd9153a775afb7d56a2563ca;hpb=ebb8d7ba164665e3ff4356baab4dbdeddb5fc02c;p=oota-llvm.git diff --git a/test/Linker/2008-03-07-DroppedSection_b.ll b/test/Linker/2008-03-07-DroppedSection_b.ll index 884bf0a2744..63b64f6aa1a 100644 --- a/test/Linker/2008-03-07-DroppedSection_b.ll +++ b/test/Linker/2008-03-07-DroppedSection_b.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s > %t.bc ; RUN: llvm-as < %p/2008-03-07-DroppedSection_a.ll > %t2.bc -; RUN: llvm-ld -r -disable-opt %t.bc %t2.bc -o %t3.bc +; RUN: llvm-link %t.bc %t2.bc -o %t3.bc ; RUN: llvm-dis < %t3.bc | grep ".data.init_task" ; ModuleID = 'u.bc'