================
@@ -56,6 +56,7 @@ static const RISCVSupportedExtension SupportedExtensions[] = {
 
     {"smaia", {1, 0}},
     {"ssaia", {1, 0}},
+    {"smepmp", {1, 0}},
----------------
topperc wrote:

This is required to be alphabetized. It won't pass lit tests if it isn't. Might 
even fail when tablegen runs.

https://github.com/llvm/llvm-project/pull/78489
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to