[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"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/TargetParser/AArch64TargetParser.h"
#include "llvm/TargetParser/ARMTargetParserCommon.h"
#include "llvm/TargetParser/Triple.h"
#include <cctype>
+#include <map>
----------------
DavidSpickett wrote:
Probably don't need to include map if `AArch64TargetParser.h` already references it.
https://github.com/llvm/llvm-project/pull/66715
More information about the cfe-commits
mailing list