diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2017-01-26 21:38:48 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-01-26 21:38:48 +0000 |
| commit | 7af93e31fefac8a0deccfb07d8ac7f3ed29bc551 (patch) | |
| tree | 89b7a0ef3a71dda410ca31b3e601f4bd5842cdf4 /clang/test/CodeGen/thinlto-multi-module.ll | |
| parent | f5d1712189a2c4858425cf35f8ed597645af48cc (diff) | |
| download | bcm5719-llvm-7af93e31fefac8a0deccfb07d8ac7f3ed29bc551.tar.gz bcm5719-llvm-7af93e31fefac8a0deccfb07d8ac7f3ed29bc551.zip | |
Add missing x86 requirement.
llvm-svn: 293210
Diffstat (limited to 'clang/test/CodeGen/thinlto-multi-module.ll')
| -rw-r--r-- | clang/test/CodeGen/thinlto-multi-module.ll | 2 |
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 |

