[llvm] [clang][AArch64] Add --print-supported-extensions support (PR #65466)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 09:56:46 PDT 2023


================
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/TargetParser/AArch64TargetParser.h"
+#include "llvm/Support/raw_ostream.h"
----------------
DanielKristofKiss wrote:

Did you run clang-format? IIRC this would be in alphabet order.

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


More information about the llvm-commits mailing list