diff options
author | Teresa Johnson <tejohnson@google.com> | 2018-11-29 18:02:31 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2018-11-29 18:02:31 +0000 |
commit | e849e59c9de30248fbafae72bae87811bf95d100 (patch) | |
tree | ae9972406cb9ddb56c62234b6e109df2c526851f /clang/test | |
parent | e4ee06619038cae19374ad452c364eff5ed41542 (diff) | |
download | bcm5719-llvm-e849e59c9de30248fbafae72bae87811bf95d100.tar.gz bcm5719-llvm-e849e59c9de30248fbafae72bae87811bf95d100.zip |
Add missing REQUIRES to new test
Test added in r347887 requires an x86 target.
llvm-svn: 347892
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend_local_name_conflict.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/thinlto_backend_local_name_conflict.ll b/clang/test/CodeGen/thinlto_backend_local_name_conflict.ll index af4490d5d86..cefbc51bf05 100644 --- a/clang/test/CodeGen/thinlto_backend_local_name_conflict.ll +++ b/clang/test/CodeGen/thinlto_backend_local_name_conflict.ll @@ -2,6 +2,8 @@ ; static read only variables with the same name (which will have the same GUID ; in the combined index). +; REQUIRES: x86-registered-target + ; Do setup work for all below tests: generate bitcode and combined index ; RUN: opt -module-summary -module-hash %s -o %t.bc ; RUN: opt -module-summary -module-hash %p/Inputs/thinlto_backend_local_name_conflict1.ll -o %t2.bc |