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 ecc9267 commit a6c5462Copy full SHA for a6c5462
libcxx/include/CMakeLists.txt
@@ -1667,9 +1667,7 @@ configure_file("${LIBCXX_ASSERTION_HANDLER_FILE}" "${LIBCXX_GENERATED_INCLUDE_DI
1667
# We generate the modulemap file so that we can include __config_site in it. For now, we don't know how to
1668
# make __config_site modular when per-target runtime directories are used.
1669
if (NOT LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
1670
- set(LIBCXX_CONFIG_SITE_MODULE_ENTRY
1671
- "header \"__config_site\"
1672
- export *")
+ set(LIBCXX_CONFIG_SITE_MODULE_ENTRY "textual header \"__config_site\"")
1673
endif()
1674
configure_file("module.modulemap.in" "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap" @ONLY)
1675
0 commit comments