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