[clang] [llvm] [AArch64] Add ability to list extensions enabled for a target (PR #95805)
Lucas Duarte Prates via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 05:51:33 PDT 2024
================
@@ -161,6 +162,39 @@ static int PrintSupportedExtensions(std::string TargetStr) {
return 0;
}
+static int PrintEnabledExtensions(const TargetOptions& TargetOpts) {
----------------
pratlucas wrote:
It's just following the local code style. I'm happy to update all of the `static int PrintSomething(...)` functions in the file on a separate commit, to keep things consistent.
https://github.com/llvm/llvm-project/pull/95805
More information about the llvm-commits
mailing list