================
@@ -244,6 +249,42 @@ static const RISCVSupportedExtension
SupportedExperimentalExtensions[] = {
};
// clang-format on
+static const RISCVProfile SupportedProfiles[] = {
----------------
topperc wrote:
`const` -> `constexpr` to be sure the StringLiteral constexpr constructor gets
invoked.
https://github.com/llvm/llvm-project/pull/76357
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits