================ @@ -32,6 +32,8 @@ struct RISCVExtensionBitmask { }; } // namespace RISCVExtensionBitmaskTable +static constexpr unsigned RISCVFeatureBitSize = 2; ---------------- topperc wrote:
The RISCV prefix on this seems redundant since it is in the RISCV namespace. https://github.com/llvm/llvm-project/pull/104917 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits