Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2022-05-10 04:00:53 +0300
committerDouglas Yung <douglas.yung@sony.com>2022-05-10 04:01:50 +0300
commit62f7dc7c037c880f0179ce29be3a7310e5cfa548 (patch)
treee0be1646883ef02924e7b8749c0c5f1611ee8fe8 /lld
parentc35ad9ee4f21c03baaea65e2479e9d08c4b4acd2 (diff)
Add x86 to REQUIRES line in test as suggested in https://reviews.llvm.org/D124105.
Diffstat (limited to 'lld')
-rw-r--r--lld/test/ELF/lto/stats-file-option.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/stats-file-option.ll b/lld/test/ELF/lto/stats-file-option.ll
index c83113d5e737..b1de6301b669 100644
--- a/lld/test/ELF/lto/stats-file-option.ll
+++ b/lld/test/ELF/lto/stats-file-option.ll
@@ -1,4 +1,4 @@
-; REQUIRES: asserts
+; REQUIRES: asserts, x86
; RUN: llvm-as -o %t.bc %s