[clang] [llvm] [clang][RISCV] Change default abi when only have f extension but no d extension (PR #73489)

Kito Cheng via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 07:57:05 PST 2023


kito-cheng wrote:

short version: GCC isn't change. 
long version: GCC's configure script isn't change, it's configure script in riscv-gnu-toolchain

But I don't have strong opinion on this change since I believe user should explicitly specify that, otherwise it's really to screw up to select multi-lib or portability issue between different compilers.

https://github.com/llvm/llvm-project/pull/73489


More information about the cfe-commits mailing list