aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-11-18 10:47:34 -0500
committerNico Weber <thakis@chromium.org>2022-11-21 08:54:14 -0500
commit281a5c7ef112d5d09dd947ecd3f85484047c5502 (patch)
tree69a536204982dc0457a262aa814e720cf743c468 /polly
parentb2505bfbaef4fe4f7ea1f2575f635a76412de1cd (diff)
downloadllvm-281a5c7ef112d5d09dd947ecd3f85484047c5502.zip
llvm-281a5c7ef112d5d09dd947ecd3f85484047c5502.tar.gz
llvm-281a5c7ef112d5d09dd947ecd3f85484047c5502.tar.bz2
[llvm,polly,clang] Stop setting config.enable_shared in most places
Clang's lit.cfg.py reads this to add an "enable-shared" feature that three of clang's lit tests use. Nothing else reads enable_shared, so remove it from most lit.site.cfg.py.in files. Differential Revision: https://reviews.llvm.org/D138301
Diffstat (limited to 'polly')
-rw-r--r--polly/test/Unit/lit.site.cfg.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/Unit/lit.site.cfg.in b/polly/test/Unit/lit.site.cfg.in
index 75420db..2aeaf19 100644
--- a/polly/test/Unit/lit.site.cfg.in
+++ b/polly/test/Unit/lit.site.cfg.in
@@ -9,7 +9,6 @@ config.llvm_libs_dir = lit_config.substitute("@LLVM_LIBS_DIR@")
config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
config.polly_obj_root = "@POLLY_BINARY_DIR@"
config.polly_lib_dir = "@POLLY_LIB_DIR@"
-config.enable_shared = @ENABLE_SHARED@
config.shlibdir = "@SHLIBDIR@"
config.target_triple = "@LLVM_TARGET_TRIPLE@"
config.enable_gpgpu_codegen = "@GPU_CODEGEN@"