diff options
Diffstat (limited to 'test/Linker/2003-08-24-InheritPtrSize.ll')
-rw-r--r-- | test/Linker/2003-08-24-InheritPtrSize.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Linker/2003-08-24-InheritPtrSize.ll b/test/Linker/2003-08-24-InheritPtrSize.ll index dc446155ff..f93c054dec 100644 --- a/test/Linker/2003-08-24-InheritPtrSize.ll +++ b/test/Linker/2003-08-24-InheritPtrSize.ll @@ -1,9 +1,9 @@ -; Linking these a module with a specified pointer size to one without a +; Linking a module with a specified pointer size to one without a ; specified pointer size should not cause a warning! ; RUN: llvm-as < %s > %t.out1.bc -; RUN: echo "" | llvm-as > %t.out2.bc -; RUN: llvm-link %t.out[12].bc 2>&1 | not grep WARNING +; RUN: echo {} | llvm-as > %t.out2.bc +; RUN: llvm-link %t.out1.bc %t.out2.bc |& not grep warning -target pointersize = 64 +target datalayout = "e-p:64:64" |