You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See relevant discussion in #31033. We probably want control of LLVM debuginfo independent of --disable-optimize-llvm. That's currently the only way to get debug symbols in LLVM (that I know of).
I suggested in the above issue that we call the option --enable-llvm-debuginfo.
Add llvm debuginfo configure option
CC @nnethercote@Mark-Simulacrum
We add a new configure option, `--enable-llvm-debuginfo`, to do exactly what you'd think.
Re: #31033Fixes#37738
See relevant discussion in #31033. We probably want control of LLVM debuginfo independent of
--disable-optimize-llvm
. That's currently the only way to get debug symbols in LLVM (that I know of).I suggested in the above issue that we call the option
--enable-llvm-debuginfo
.CC @nnethercote @nagisa
The text was updated successfully, but these errors were encountered: