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(
174
174
# TODO: we should reevaluate if it still makes sense to restrict this
175
175
# to Darwin, https://github.com/swiftlang/swift/issues/79279
176
176
"$<$<AND:$<PLATFORM_ID:Darwin>,$<COMPILE_LANGUAGE:Swift>>:-save-optimization-record=bitstream>"
177
- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-experimental-concise-pound-file>"
178
177
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-lexical-lifetimes=false>"
179
178
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-concurrency-module-import>"
180
179
"$<$<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)
274
274
endif ()
275
275
276
276
target_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>"
277
280
$< $< COMPILE_LANGUAGE:Swift> :-parse-stdlib>
278
281
$< $< COMPILE_LANGUAGE:Swift> :-nostdimport>
279
282
$< $< COMPILE_LANGUAGE:Swift> :-explicit-module-build>
You can’t perform that action at this time.
0 commit comments