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 5ca3b16 commit ecc9267Copy full SHA for ecc9267
libcxx/include/CMakeLists.txt
@@ -1667,7 +1667,9 @@ 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 "header \"__config_site\"")
+ set(LIBCXX_CONFIG_SITE_MODULE_ENTRY
1671
+ "header \"__config_site\"
1672
+ export *")
1673
endif()
1674
configure_file("module.modulemap.in" "${LIBCXX_GENERATED_INCLUDE_DIR}/module.modulemap" @ONLY)
1675
0 commit comments