diff options
Diffstat (limited to 'test/ELF/icf17.s')
-rw-r--r-- | test/ELF/icf17.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/icf17.s b/test/ELF/icf17.s index 5d28aeb869c1e..cab5c12d214e5 100644 --- a/test/ELF/icf17.s +++ b/test/ELF/icf17.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1 # RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s |