================
@@ -24,6 +24,14 @@ class Triple;
namespace RISCV {
+namespace RISCVExtensionBitmaskTable {
+struct RISCVExtensionBitmask {
+ const char *Name;
+ unsigned GroupID;
----------------
BeMg wrote:
Updated
https://github.com/llvm/llvm-project/pull/94440