-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-macosOperating system: macOSOperating system: macOS
Description
I was getting gdb backtraces (on Mac OS X) that were only two frames long, when they shouldn't have been. @brson suggested that I try reverting 0ac02e7 , @thestinger 's commit that eliminates the no-omit-frame-pointer option. When I reverted everything including and after this commit, I was able to get correct backtraces again.
I don't understand this area well enough to say more, but @brson thought that if this was breaking Mac stack traces, the patch should be reverted for now.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-macosOperating system: macOSOperating system: macOS