[clang] [llvm] [RISCV] Teach .option arch to support experimental extensions. (PR #89727)
Yeting Kuo via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 22:04:22 PDT 2024
yetingk wrote:
I fix the issue by using feature to control the permission of experimental extension.
> Does this disable use of experimental extensions for a `.option arch` in an inline assembly block without -menable-experimental-extensions.
https://github.com/llvm/llvm-project/pull/89727
More information about the cfe-commits
mailing list