diff options
| -rw-r--r-- | lld/test/ELF/lto/drop-linkage.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/lto/drop-linkage.ll b/lld/test/ELF/lto/drop-linkage.ll index 6b0ee3b3e14..fcd4dc433cd 100644 --- a/lld/test/ELF/lto/drop-linkage.ll +++ b/lld/test/ELF/lto/drop-linkage.ll @@ -1,6 +1,7 @@ target triple = "x86_64-unknown-linux-gnu" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +; REQUIRES: X86 ; RUN: llc %s -o %t.s ; RUN: llvm-mc %t.s -o %t.o -filetype=obj ; RUN: llvm-as %p/Inputs/drop-linkage.ll -o %t2.o |

