[llvm] [clang] Enable descriptions for --print-supported-extensions (PR #66715)
Balint Cristian via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 03:33:27 PDT 2023
================
@@ -11,9 +11,10 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/TargetParser/ARMTargetParser.h"
#include "llvm/ADT/StringSwitch.h"
+#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/TargetParser/ARMTargetParser.h"
----------------
cbalint13 wrote:
Will revert.
https://github.com/llvm/llvm-project/pull/66715
More information about the llvm-commits
mailing list