diff --git a/lld/test/ELF/icf-relro.s b/lld/test/ELF/icf-relro.s index 8ea069b28f11..492c04213678 100644 --- a/lld/test/ELF/icf-relro.s +++ b/lld/test/ELF/icf-relro.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t # RUN: ld.lld %t -o %t2 --icf=all --ignore-data-address-equality --print-icf-sections | FileCheck %s