We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325003b commit b9b6446Copy full SHA for b9b6446
debuginfo-tests/CMakeLists.txt
@@ -13,9 +13,6 @@ set(DEBUGINFO_TEST_DEPS
13
not
14
)
15
16
-# Indicate if this is an MSVC environment.
17
-pythonize_bool(MSVC)
18
-
19
configure_lit_site_cfg(
20
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
21
${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py
debuginfo-tests/lit.site.cfg.py.in
@@ -17,7 +17,7 @@ config.has_lld = lit.util.pythonize_bool("@DEBUGINFO_TESTS_HAS_LLD@")
config.host_triple = "@LLVM_HOST_TRIPLE@"
config.target_triple = "@TARGET_TRIPLE@"
config.host_arch = "@HOST_ARCH@"
-config.is_msvc = @MSVC_PYBOOL@
+config.is_msvc = lit.util.pythonize_bool("@MSVC@")
22
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
23
0 commit comments