[all-commits] [llvm/llvm-project] be437f: [clang][RISCV] Enable -fasynchronous-unwind-tables...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Fri Mar 3 00:14:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be437f3bb8b657f4d2de4603734f24daa624d204
https://github.com/llvm/llvm-project/commit/be437f3bb8b657f4d2de4603734f24daa624d204
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/test/Driver/riscv-features.c
Log Message:
-----------
[clang][RISCV] Enable -fasynchronous-unwind-tables by default on Linux
This could improve user experience for stack unwinding, and also this is
enabled by default by X86 and AArch64 and RISC-V GCC.
Reviewed By: luismarques, MaskRay
Differential Revision: https://reviews.llvm.org/D145164
More information about the All-commits
mailing list