mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I had set up the driver to invoke a separate frontend invocation with the "update code" mode. We sort of did this last release, except we forked to the swift-update binary instead. This is causing problems with testing in Xcode. Instead, let's perform a single compile and add the remap file as an additional output during normal compiles. The driver, seeing -update-code, will add -emit-remap-file-path $PATH to the -c frontend invocation. rdar://problem/31857580
62 KiB
62 KiB