blob: bea559f52df67136aacc9c5746fcbf872db3cc69 [file] [log] [blame]
From df55d7dbe08d5f85ed6dcf0c547618944bffd484 Mon Sep 17 00:00:00 2001
From: Denis Nikitin <denik@chromium.org>
Date: Tue, 2 May 2023 13:35:21 -0700
Subject: [PATCH 2/2] Revert "[clang compat] Use new include path for Triple.h"
This reverts commit 43f83ef1c256fb3b13a3278131ab61d88b887487.
---
iwyu_driver.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iwyu_driver.cc b/iwyu_driver.cc
index 031b292..13c2c94 100644
--- a/iwyu_driver.cc
+++ b/iwyu_driver.cc
@@ -21,7 +21,7 @@
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/TargetParser/Triple.h"
+#include "llvm/ADT/Triple.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/Host.h"
--
2.40.1.495.gc816e09b53d-goog