summaryrefslogtreecommitdiff
path: root/test/CodeGen/thinlto-multi-module.ll
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-01-26 21:38:48 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-01-26 21:38:48 +0000
commitc8c23fa4f5f2ffa344c30739ad285f76556ac0fc (patch)
treef63ab2c649cfc5a20ed39c7805271c4a7cbb3c52 /test/CodeGen/thinlto-multi-module.ll
parentd8ed0fb0a6d79393ee16af470cc464bced5ea956 (diff)
downloadclang-c8c23fa4f5f2ffa344c30739ad285f76556ac0fc.tar.gz
Add missing x86 requirement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/thinlto-multi-module.ll')
-rw-r--r--test/CodeGen/thinlto-multi-module.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/thinlto-multi-module.ll b/test/CodeGen/thinlto-multi-module.ll
index 072c47379b..21d28cf44d 100644
--- a/test/CodeGen/thinlto-multi-module.ll
+++ b/test/CodeGen/thinlto-multi-module.ll
@@ -1,3 +1,5 @@
+; REQUIRES: x86-registered-target
+
; RUN: opt -module-summary -o %t1.o %s
; RUN: llvm-lto -thinlto -o %t %t1.o