diff options
Diffstat (limited to 'test/ELF/icf15.s')
-rw-r--r-- | test/ELF/icf15.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/icf15.s b/test/ELF/icf15.s index 57c1735e1518..5c651fbd65ff 100644 --- a/test/ELF/icf15.s +++ b/test/ELF/icf15.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 |