The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / test / Linker / link-messages.ll
index 1faae186ddd59c94dc645006f21e2f81850e46b2..4e7ffbc97d64c2fb8e84bed71002bf4467420820 100644 (file)
@@ -2,7 +2,7 @@
 ; that error is printed out.
 ; RUN: llvm-as %s -o %t.one.bc
 ; RUN: llvm-as %s -o %t.two.bc
-; RUN: not llvm-link %t.one.bc %t.two.bc -o %t.bc |& FileCheck %s
+; RUN: not llvm-link %t.one.bc %t.two.bc -o %t.bc 2>&1 | FileCheck %s
 
 ; CHECK: symbol multiply defined
 define i32 @bar() {