diff options
Diffstat (limited to 'test/ELF/lazy-arch-conflict.s')
-rw-r--r-- | test/ELF/lazy-arch-conflict.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ELF/lazy-arch-conflict.s b/test/ELF/lazy-arch-conflict.s deleted file mode 100644 index e17c301798f1a..0000000000000 --- a/test/ELF/lazy-arch-conflict.s +++ /dev/null @@ -1,7 +0,0 @@ -# REQUIRES: x86 - -# RUN: echo '.globl foo; .weak foo; .quad foo;' | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %t64.o -# RUN: echo '.globl foo; foo:' | llvm-mc -filetype=obj -triple=i686-pc-linux - -o %t32.o -# RUN: not ld.lld %t64.o --start-lib %t32.o --end-lib -o /dev/null 2>&1 | FileCheck %s - -# CHECK: error: incompatible file: {{.*}}32.o |