commit | 7af93e31fefac8a0deccfb07d8ac7f3ed29bc551 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Thu Jan 26 21:38:48 2017 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Thu Jan 26 21:38:48 2017 +0000 |
tree | 89b7a0ef3a71dda410ca31b3e601f4bd5842cdf4 | |
parent | f5d1712189a2c4858425cf35f8ed597645af48cc [diff] [blame] |
Add missing x86 requirement. llvm-svn: 293210
diff --git a/clang/test/CodeGen/thinlto-multi-module.ll b/clang/test/CodeGen/thinlto-multi-module.ll index 072c473..21d28cf 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