[clang] [clang] Enable descriptions for --print-supported-extensions (PR #66715)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 02:32:54 PDT 2023
================
@@ -11,11 +11,13 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/TargetParser/AArch64TargetParser.h"
+#include "llvm/Support/Error.h"
----------------
DavidSpickett wrote:
Why do we need to include Support/Error now?
These includes shouldn't change too much, the "module" include `AArch64TargetParser.h` will always come first regardless of name order, clang-format should enforce that for you.
https://github.com/llvm/llvm-project/pull/66715
More information about the cfe-commits
mailing list