Skip to content

Commit 0a0dcac

Browse files
authored
Merge pull request #39085 from apple/normalize-bools
[CMake] Normalize boolean spelling for lit.site.cfg comparisons
2 parents 0c122a5 + f9a951e commit 0a0dcac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ normalize_boolean_spelling(SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING)
183183
normalize_boolean_spelling(SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
184184
normalize_boolean_spelling(SWIFT_BACK_DEPLOY_CONCURRENCY)
185185
normalize_boolean_spelling(SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
186+
normalize_boolean_spelling(SWIFT_ENABLE_MACCATALYST)
187+
normalize_boolean_spelling(SWIFT_RUN_TESTS_WITH_HOST_COMPILER)
188+
normalize_boolean_spelling(SWIFT_RUNTIME_ENABLE_LEAK_CHECKER)
189+
normalize_boolean_spelling(SWIFT_OPTIMIZED)
190+
normalize_boolean_spelling(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME)
191+
normalize_boolean_spelling(SWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS)
192+
normalize_boolean_spelling(SWIFT_HAVE_LIBXML2)
193+
normalize_boolean_spelling(SWIFT_INCLUDE_TOOLS)
186194
is_build_type_optimized("${SWIFT_STDLIB_BUILD_TYPE}" SWIFT_OPTIMIZED)
187195

188196
set(profdata_merge_worker

0 commit comments

Comments
 (0)