blob: 282f5936d9a8c4405ffb7ccbbb02f1f3ff9a44b8 [file] [log] [blame]
From 471a5456c8b17259741c66f22e6d080c4c8758c0 Mon Sep 17 00:00:00 2001
From: Denis Nikitin <denik@chromium.org>
Date: Tue, 2 May 2023 13:35:04 -0700
Subject: [PATCH 1/2] Revert "[clang compat] Use new include path for Host.h"
This reverts commit f3798f1b19fc51a61d1b74fa09da4d03c130aa19.
---
iwyu_driver.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/iwyu_driver.cc b/iwyu_driver.cc
index 85e651e..031b292 100644
--- a/iwyu_driver.cc
+++ b/iwyu_driver.cc
@@ -21,12 +21,12 @@
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/TargetParser/Triple.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/ErrorOr.h"
+#include "llvm/Support/Host.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/TargetParser/Host.h"
-#include "llvm/TargetParser/Triple.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/DiagnosticFrontend.h"
#include "clang/Driver/Compilation.h"
--
2.40.1.495.gc816e09b53d-goog