diff options
Diffstat (limited to 'test/ELF/icf-none.s')
| -rw-r--r-- | test/ELF/icf-none.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/icf-none.s b/test/ELF/icf-none.s index 9ec1406de8a47..7c73361c2ce3b 100644 --- a/test/ELF/icf-none.s +++ b/test/ELF/icf-none.s @@ -1,9 +1,9 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -# RUN: ld.lld %t -o %t2 --icf=all --icf=none --verbose 2>&1 | FileCheck %s +# RUN: ld.lld %t -o /dev/null --icf=all --icf=none --verbose 2>&1 | FileCheck %s -# CHECK-NOT: selected .text.f1 +# CHECK-NOT: selected section '.text.f1' .globl _start, f1, f2 _start: |
