diff options
-rw-r--r-- | lld/test/ELF/trace.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/test/ELF/trace.s b/lld/test/ELF/trace.s index 2c50808c7d1..4374d93da64 100644 --- a/lld/test/ELF/trace.s +++ b/lld/test/ELF/trace.s @@ -1,6 +1,5 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.foo.o -# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.bar.o ## Check -t # RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s |