File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ add_compile_options(
174174 # TODO: we should reevaluate if it still makes sense to restrict this
175175 # to Darwin, https://github.com/swiftlang/swift/issues/79279
176176 "$<$<AND:$<PLATFORM_ID:Darwin>,$<COMPILE_LANGUAGE:Swift>>:-save-optimization-record=bitstream>"
177- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-experimental-concise-pound-file>"
178177 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-lexical-lifetimes=false>"
179178 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-concurrency-module-import>"
180179 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-string-processing-module-import>"
Original file line number Diff line number Diff line change @@ -274,6 +274,9 @@ if(APPLE AND BUILD_SHARED_LIBS)
274274endif ()
275275
276276target_compile_options (swiftCore PRIVATE
277+ # STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
278+ # see also 327ea8bce2d1107a847d444651b19ca6a2901c9e
279+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-experimental-concise-pound-file>"
277280 $<$<COMPILE_LANGUAGE:Swift>:-parse-stdlib>
278281 $<$<COMPILE_LANGUAGE:Swift>:-nostdimport>
279282 $<$<COMPILE_LANGUAGE:Swift>:-explicit-module-build >
You can’t perform that action at this time.
0 commit comments