[llvm] [RISCV] Allow crypto features to imply dependents (PR #112659)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 21:24:57 PDT 2024
topperc wrote:
> instead the frontend should _satisfy_ this dependency!
The .td file also generates code included by RISCVISAInfo.cpp used by clang to make -march imply the dependencies. This is needed to set preprocessor defines correctly.
https://github.com/llvm/llvm-project/pull/112659
More information about the llvm-commits
mailing list