[PATCH] D144174: [Support][RISCV] Disable use of backtrace() for RISC-V backtraces
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 07:33:50 PST 2023
kito-cheng added a comment.
RISC-V GCC has added `-fasynchronous-unwind-tables` to the default option for linux, maybe we should do that on clang side? this should able improve the situation.
https://github.com/gcc-mirror/gcc/commit/3cd08f7168c196d7a481b9ed9f4289fd1f14eea8
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144174/new/
https://reviews.llvm.org/D144174
More information about the llvm-commits
mailing list