[clang] [clang] Enable descriptions for --print-supported-extensions (PR #66715)

Balint Cristian via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 03:08:11 PDT 2023


================
@@ -22,7 +23,8 @@ struct RISCVExtensionInfo {
   unsigned MinorVersion;
 };
 
-void riscvExtensionsHelp();
+void getAllExtensions(StringMap<RISCVExtensionInfo> &Features);
----------------
cbalint13 wrote:

It was men't as example. Anyway, prior certain versions (in our case 18) that accessor is still needed, won't go anywhere soon for compatibility.

https://github.com/llvm/llvm-project/pull/66715


More information about the cfe-commits mailing list