From 47d216a5c083f3dfe853f7989a3558497a3a21bf Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 29 Nov 2018 18:02:31 +0000 Subject: [PATCH] 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 --- test/CodeGen/thinlto_backend_local_name_conflict.ll | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0