forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit a
.dSYM
archive on OSX when generating LLVM debug symbols (cha…
…pel-lang#24436) Resolves chapel-lang#24088. This PR adjusts LLVM debug symbol generation on OSX to emit a standard `.dSYM` archive. It also adjusts a test for debug symbols so that it can run on OSX in addition to linux64. The archive is created by invoking LLVM's `dsymutil` on the final binary before it is moved into the user view. In order to get this patch to work, I had to rewrite `moveResultFromTemp` to consider directories in addition to files. TESTING - [x] `linux64`, `standard` Reviewed by @jabraham17. Thanks!
- Loading branch information
Showing
3 changed files
with
69 additions
and
17 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
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
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