From 258a80b9addbaf61277acc7341d4de1ad48ab819 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 24 Aug 2018 20:18:34 +0000 Subject: [PATCH] Add REQUIRES: x86-registered-target to test. (This isn't really x86-specific, but we have to pick some non-Apple triple to exercise the right codepath.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340644 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/summary-index-unnamed-global.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/summary-index-unnamed-global.ll b/test/CodeGen/summary-index-unnamed-global.ll index 056c38668f..76485b8ede 100644 --- a/test/CodeGen/summary-index-unnamed-global.ll +++ b/test/CodeGen/summary-index-unnamed-global.ll @@ -2,6 +2,7 @@ ; RUN: %clang_cc1 -flto=thin -triple x86_64-pc-linux-gnu -emit-llvm-bc -disable-llvm-passes -x ir < %s -o - | llvm-bcanalyzer -dump | FileCheck %s ; RUN: %clang_cc1 -fexperimental-new-pass-manager -flto -triple x86_64-pc-linux-gnu -emit-llvm-bc -disable-llvm-passes -x ir < %s -o - | llvm-bcanalyzer -dump | FileCheck %s ; RUN: %clang_cc1 -fexperimental-new-pass-manager -flto=thin -triple x86_64-pc-linux-gnu -emit-llvm-bc -disable-llvm-passes -x ir < %s -o - | llvm-bcanalyzer -dump | FileCheck %s +; REQUIRES: x86-registered-target ; CHECK-NOT:GLOBALVAL_SUMMARY_BLOCK -- 2.40.0