diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2018-05-22 23:30:44 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-05-22 23:30:44 +0000 |
commit | 52d0abd7819382ac33ba0226d830638cfcc5a44f (patch) | |
tree | e849add2b011c911005512a1db9311c2e66c0d07 | |
parent | 4b96935bd7c7031d7c6b310675d8175061ae63e5 (diff) | |
download | bcm5719-llvm-52d0abd7819382ac33ba0226d830638cfcc5a44f.tar.gz bcm5719-llvm-52d0abd7819382ac33ba0226d830638cfcc5a44f.zip |
Add missing REQUIRES: x86.
llvm-svn: 333043
-rw-r--r-- | lld/test/ELF/icf-relro.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/icf-relro.s b/lld/test/ELF/icf-relro.s index 8ea069b28f1..492c0421367 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 |