diff options
| author | Eli Friedman <efriedma@codeaurora.org> | 2018-08-24 20:18:34 +0000 |
|---|---|---|
| committer | Eli Friedman <efriedma@codeaurora.org> | 2018-08-24 20:18:34 +0000 |
| commit | 7a4750ffe0d3f4a7d737db247894994abf7dcd78 (patch) | |
| tree | 59a7ad17b61334e2c2b92cab90189f6b4956b202 | |
| parent | f3846067991e30b38c3a42ee060a5251e04eb764 (diff) | |
| download | bcm5719-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.ll | 1 |
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 |

