diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-06-22 01:40:47 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-06-22 01:40:47 +0000 |
commit | aa463c2a1837748555a6751d64cdfbe6a6a0676e (patch) | |
tree | 863b537505ef4e427761f6b6f987d2c02975828c /clang/test/CodeGen/thinlto_backend.ll | |
parent | 77d2d9597359aedd19a00c4a2d8c65ef4f603ef2 (diff) | |
download | bcm5719-llvm-aa463c2a1837748555a6751d64cdfbe6a6a0676e.tar.gz bcm5719-llvm-aa463c2a1837748555a6751d64cdfbe6a6a0676e.zip |
Require an x86 target for the thinlto_backend.ll test.
llvm-svn: 273361
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index 608204966b9..0fb2643e037 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -1,3 +1,5 @@ +; REQUIRES: x86-registered-target + ; RUN: opt -module-summary -o %t1.o %s ; RUN: opt -module-summary -o %t2.o %S/Inputs/thinlto_backend.ll ; RUN: llvm-lto -thinlto -o %t %t1.o %t2.o |