File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
llvm/utils/gn/secondary/libcxx/include Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,6 @@ if (current_toolchain == default_toolchain) {
58
58
}
59
59
}
60
60
61
- write_cmake_config (" write_modulemap" ) {
62
- input = " module.modulemap.in"
63
- output = " $libcxx_generated_include_dir /module.modulemap"
64
-
65
- # no = "requires LIBCXX_CONFIGURED_WITHOUT_SUPPORT_FOR_THIS_HEADER"
66
- values = []
67
- }
68
-
69
61
# This uses write_cmake_config() instead of a normal copy() rule because
70
62
# copy() uses `sources`, and if there's more than one `sources` in a file,
71
63
# sync_source_lists_from_cmake.py can't auto-sync changes.
@@ -1042,6 +1034,7 @@ if (current_toolchain == default_toolchain) {
1042
1034
" mdspan" ,
1043
1035
" memory" ,
1044
1036
" memory_resource" ,
1037
+ " module.modulemap" ,
1045
1038
" mutex" ,
1046
1039
" new" ,
1047
1040
" numbers" ,
@@ -1097,7 +1090,6 @@ if (current_toolchain == default_toolchain) {
1097
1090
deps = [
1098
1091
" :write_assertion_handler" ,
1099
1092
" :write_config_site" ,
1100
- " :write_modulemap" ,
1101
1093
]
1102
1094
if (target_os != " mac" && target_os != " win" ) {
1103
1095
# libcxx/cmake/Modules/HandleLibCXXABI.cmake sets
You can’t perform that action at this time.
0 commit comments