================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to