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

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 01:35:12 PDT 2023


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

clang-format is putting the "main module" header first, then sorting alphabetically following: https://llvm.org/docs/CodingStandards.html#include-style

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


More information about the cfe-commits mailing list