aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-12-04 12:54:26 -0800
committerGitHub <noreply@github.com>2023-12-04 12:54:26 -0800
commite1e34cc2a17c5f640333767df2d3bfe2b2f81a84 (patch)
tree3308205867c94825a9566df4fe573e15ea1c7b52 /polly
parentff51b60b18656ae05fdc65ac6f6abc3ec6a15eda (diff)
downloadllvm-e1e34cc2a17c5f640333767df2d3bfe2b2f81a84.zip
llvm-e1e34cc2a17c5f640333767df2d3bfe2b2f81a84.tar.gz
llvm-e1e34cc2a17c5f640333767df2d3bfe2b2f81a84.tar.bz2
[Support] Remove llvm/Support/Host.h (#74261)
The header file has been deprecated since: commit f09cf34d00625e57dea5317a3ac0412c07292148 Author: Archibald Elliott <archibald.elliott@arm.com> Date: Tue Dec 20 10:24:02 2022 +0000
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/External/isl/interface/extract_interface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/interface/extract_interface.cc b/polly/lib/External/isl/interface/extract_interface.cc
index b94847c..9bd20b0 100644
--- a/polly/lib/External/isl/interface/extract_interface.cc
+++ b/polly/lib/External/isl/interface/extract_interface.cc
@@ -47,8 +47,8 @@
#endif
#include <llvm/Support/raw_ostream.h>
#include <llvm/Support/CommandLine.h>
-#include <llvm/Support/Host.h>
#include <llvm/Support/ManagedStatic.h>
+#include <llvm/TargetParser/Host.h>
#include <clang/AST/ASTContext.h>
#include <clang/AST/ASTConsumer.h>
#include <clang/Basic/Builtins.h>