Commit 503bd9d
authored
Emit a dSYM archive on MacOS with C backend (#27101)
Adjusts the Chapel executable Makefiles to invoke dsymutil on MacOS when
debugging information is requested. This is only done when the target
compiler is not LLVM, as the Chapel compiler already handles this case
for LLVM.
This improves the generated debug symbols on MacOS when using the C
backend, without needing to save the generated C files
This PR builds on the work in
#24436
[Reviewed by @dlongnecke-cray]1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
54 | 77 | | |
55 | 78 | | |
56 | 79 | | |
| 80 | + | |
57 | 81 | | |
58 | 82 | | |
0 commit comments