summaryrefslogtreecommitdiff
path: root/test/lit.common.configured.in
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2018-07-19 15:32:48 +0000
committerTeresa Johnson <tejohnson@google.com>2018-07-19 15:32:48 +0000
commit07cb3aef72fdd15c627ba7cd51024f95d16d7c97 (patch)
treec3778d38aa6a143f5d32d675b19968cc5ac7f94c /test/lit.common.configured.in
parentc1d00864fe9408b0cdffb89f4631f6f5e9c8bcc2 (diff)
[compiler-rt] Add NewPM testing to CFI tests
Summary: Executes both LTO and ThinLTO CFI tests an additional time using the new pass manager. I only bothered to add with gold and not lld as testing with one linker should be sufficient. I didn't add for APPLE or WIN32 since I don't have a way to test those. Depends on D49429. Reviewers: pcc Subscribers: dberris, mgorny, mehdi_amini, delcypher, dexonsmith, #sanitizers, llvm-commits Differential Revision: https://reviews.llvm.org/D49432 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@337465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.common.configured.in')
-rw-r--r--test/lit.common.configured.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.common.configured.in b/test/lit.common.configured.in
index 17f470d1c..63d55bfde 100644
--- a/test/lit.common.configured.in
+++ b/test/lit.common.configured.in
@@ -34,6 +34,7 @@ set_default("can_symbolize", @CAN_SYMBOLIZE@)
set_default("use_lld", False)
set_default("use_thinlto", False)
set_default("use_lto", config.use_thinlto)
+set_default("use_newpm", False)
set_default("android", @ANDROID_PYBOOL@)
config.available_features.add('target-is-%s' % config.target_arch)