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
6565add_compile_options (
6666 $<$<COMPILE_LANGUAGE:Swift>:-explicit-module-build >
6767 $<$<COMPILE_LANGUAGE:Swift>:-nostdlibimport>
68- $<$<COMPILE_LANGUAGE:Swift>:-enable-builtin-module>
6968 $<$<COMPILE_LANGUAGE:Swift>:-strict-memory-safety>
7069 "$<$<AND:$<BOOL:${${PROJECT_NAME} _ENABLE_LIBRARY_EVOLUTION}>,$<COMPILE_LANGUAGE:Swift>>:-enable-library-evolution>"
7170 "$<$<AND:$<BOOL:${${PROJECT_NAME} _ENABLE_PRESPECIALIZATION}>,$<COMPILE_LANGUAGE:Swift>>:SHELL:-Xfrontend -prespecialize-generic-metadata>" )
@@ -75,7 +74,7 @@ add_compile_options(
7574# LNK4217: symbol 'symbol' defined in 'filename_1.obj' is imported by 'filename_2.obj' in function 'function'
7675#
7776# 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
7978# a compromise, treat all linker warnings as errors.
8079add_link_options ($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
8180
You can’t perform that action at this time.
0 commit comments