summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
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
commit7af93e31fefac8a0deccfb07d8ac7f3ed29bc551 (patch)
tree89b7a0ef3a71dda410ca31b3e601f4bd5842cdf4 /clang/test/CodeGen
parentf5d1712189a2c4858425cf35f8ed597645af48cc (diff)
downloadbcm5719-llvm-7af93e31fefac8a0deccfb07d8ac7f3ed29bc551.tar.gz
bcm5719-llvm-7af93e31fefac8a0deccfb07d8ac7f3ed29bc551.zip
Add missing x86 requirement.
llvm-svn: 293210
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/thinlto-multi-module.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thinlto-multi-module.ll b/clang/test/CodeGen/thinlto-multi-module.ll
index 072c47379b4..21d28cf44da 100644
--- a/clang/test/CodeGen/thinlto-multi-module.ll
+++ b/clang/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
OpenPOWER on IntegriCloud