File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Runtimes/Supplemental/Volatile Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ option(${PROJECT_NAME}_ENABLE_PRESPECIALIZATION "Enable generic metadata prespec
65
65
add_compile_options (
66
66
$<$<COMPILE_LANGUAGE:Swift>:-explicit-module-build >
67
67
$<$<COMPILE_LANGUAGE:Swift>:-nostdlibimport>
68
- $<$<COMPILE_LANGUAGE:Swift>:-enable-builtin-module>
69
68
$<$<COMPILE_LANGUAGE:Swift>:-strict-memory-safety>
70
69
"$<$<AND:$<BOOL:${${PROJECT_NAME} _ENABLE_LIBRARY_EVOLUTION}>,$<COMPILE_LANGUAGE:Swift>>:-enable-library-evolution>"
71
70
"$<$<AND:$<BOOL:${${PROJECT_NAME} _ENABLE_PRESPECIALIZATION}>,$<COMPILE_LANGUAGE:Swift>>:SHELL:-Xfrontend -prespecialize-generic-metadata>" )
@@ -75,7 +74,7 @@ add_compile_options(
75
74
# LNK4217: symbol 'symbol' defined in 'filename_1.obj' is imported by 'filename_2.obj' in function 'function'
76
75
#
77
76
# We cannot selectively filter the linker warnings as we do not use the MSVC
78
- # frontned and `clang-cl` (and `clang`) currently do not support `/WX:nnnn`. As
77
+ # frontend and `clang-cl` (and `clang`) currently do not support `/WX:nnnn`. As
79
78
# a compromise, treat all linker warnings as errors.
80
79
add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
81
80
You can’t perform that action at this time.
0 commit comments