We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfb0f6 commit a9c6d5fCopy full SHA for a9c6d5f
libcxx/include/CMakeLists.txt
@@ -1669,9 +1669,7 @@ configure_file("${LIBCXX_ASSERTION_HANDLER_FILE}" "${LIBCXX_GENERATED_INCLUDE_DI
1669
# We generate the modulemap file so that we can include __config_site in it. For now, we don't know how to
1670
# make __config_site modular when per-target runtime directories are used.
1671
if (NOT LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
1672
- set(LIBCXX_CONFIG_SITE_MODULE_ENTRY
1673
- "header \"__config_site\"
1674
- export *")
+ set(LIBCXX_CONFIG_SITE_MODULE_ENTRY "textual header \"__config_site\"")
1675
endif()
1676
configure_file("module.modulemap.in" "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap" @ONLY)
1677
0 commit comments