From: Teresa Johnson Date: Thu, 29 Nov 2018 18:02:31 +0000 (+0000) Subject: Add missing REQUIRES to new test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47d216a5c083f3dfe853f7989a3558497a3a21bf;p=clang Add missing REQUIRES to new test Test added in r347887 requires an x86 target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347892 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/thinlto_backend_local_name_conflict.ll b/test/CodeGen/thinlto_backend_local_name_conflict.ll index af4490d5d8..cefbc51bf0 100644 --- a/test/CodeGen/thinlto_backend_local_name_conflict.ll +++ b/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