aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/lto/opt-level.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/lto/opt-level.ll')
-rw-r--r--test/ELF/lto/opt-level.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/lto/opt-level.ll b/test/ELF/lto/opt-level.ll
index 934bf01b6c32..1065ca775751 100644
--- a/test/ELF/lto/opt-level.ll
+++ b/test/ELF/lto/opt-level.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86
; RUN: llvm-as -o %t.o %s
; RUN: ld.lld -o %t0 -m elf_x86_64 -e main --lto-O0 %t.o
; RUN: llvm-nm %t0 | FileCheck --check-prefix=CHECK-O0 %s