[clang] [llvm] [AArch64] Add ability to list extensions enabled for a target (PR #95805)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 06:01:42 PDT 2024


================
@@ -161,6 +162,39 @@ static int PrintSupportedExtensions(std::string TargetStr) {
   return 0;
 }
 
+static int PrintEnabledExtensions(const TargetOptions& TargetOpts) {
----------------
DavidSpickett wrote:

Cool, happy to "when in Rome" here and leave it as is.

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


More information about the cfe-commits mailing list