diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /test/ELF/icf5.s | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Vendor import of lld trunk r290819:vendor/lld/lld-trunk-r290819
Notes
svn path=/vendor/lld/dist/; revision=311125
svn path=/vendor/lld/lld-trunk-r290819/; revision=311126; tag=vendor/lld/lld-trunk-r290819
Diffstat (limited to 'test/ELF/icf5.s')
| -rw-r--r-- | test/ELF/icf5.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/icf5.s b/test/ELF/icf5.s index cf466585c581..952fe3601a4d 100644 --- a/test/ELF/icf5.s +++ b/test/ELF/icf5.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -# RUN: ld.lld %t -o %t --icf=all --verbose | FileCheck %s +# RUN: ld.lld %t -o %t2 --icf=all --verbose | FileCheck %s # CHECK-NOT: Selected .text.f1 # CHECK-NOT: Selected .text.f2 |
