-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[5.5] Revert "[Driver][Frontend] add the symbol graph dir to the supplementary file map" #37569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.5] Revert "[Driver][Frontend] add the symbol graph dir to the supplementary file map" #37569
Conversation
…ary file map" rdar://78312183
the new driver fails when running this test, because the file map and the command-line specify the same module output for both the individual swift file and the module as a whole
@swift-ci Please test |
@swift-ci Please build toolchain macOS platform |
Build failed |
Linux CI failed on LLDB tests. Trying again... @swift-ci Please test Linux platform |
macOS Toolchain Install command |
Build failed |
Build error on swift-driver?
Going to try again... @swift-ci Please test Linux platform |
Build failed |
Saw another failure in the Linux @swift-ci Please test Linux platform |
Build failed |
@swift-ci Please test Linux platform |
Resolves rdar://78312183
When #37017 was posted, the
release/5.5
branch had been cut. However, the PR was only applied tomain
. This means that the issue that that PR was meant to fix is still present on therelease/5.5
branch. This PR applies the reversion (and the test fix that allowed swift-driver to run theSymbolGraph/EmitWhileBuilding
test) torelease/5.5
.