[llvm] [RISCV] Introduce a new tune feature string syntax and its parser (PR #168160)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 16:46:09 PST 2025
lenary wrote:
> > * The parser has to ignore unknown tuning features already for compatibility with other toolchains
>
> Are we warning for unknown options from other toolchains or just silently ignoring?
I believe we are ignoring them entirely.
https://github.com/llvm/llvm-project/pull/168160
More information about the llvm-commits
mailing list