summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <efriedma@codeaurora.org>2018-08-24 20:18:34 +0000
committerEli Friedman <efriedma@codeaurora.org>2018-08-24 20:18:34 +0000
commit7a4750ffe0d3f4a7d737db247894994abf7dcd78 (patch)
tree59a7ad17b61334e2c2b92cab90189f6b4956b202
parentf3846067991e30b38c3a42ee060a5251e04eb764 (diff)
downloadbcm5719-llvm-7a4750ffe0d3f4a7d737db247894994abf7dcd78.tar.gz
bcm5719-llvm-7a4750ffe0d3f4a7d737db247894994abf7dcd78.zip
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.) llvm-svn: 340644
-rw-r--r--clang/test/CodeGen/summary-index-unnamed-global.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/summary-index-unnamed-global.ll b/clang/test/CodeGen/summary-index-unnamed-global.ll
index 056c38668fe..76485b8ede4 100644
--- a/clang/test/CodeGen/summary-index-unnamed-global.ll
+++ b/clang/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
OpenPOWER on IntegriCloud