-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*** Reason for rollback *** Xcode 10.2.1 fixes this issue *** Original change description *** Force -fmodule-map-file= flags to be absolute paths to fix debugging in Swift 5.0. Forcing the paths to be absolute seems like the opposite of what we want, and long-term it is. But lldb in Swift 5.0 does not remap relative -fmodule-map-file= paths correctly, so in order to salvage the debugging experience we have to do this temporarily. RELNOTES: None. PiperOrigin-RevId: 244939433
- Loading branch information
1 parent
192d08c
commit c420d7d
Showing
1 changed file
with
5 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters