Skip to content

Commit e1e34cc

Browse files
[Support] Remove llvm/Support/Host.h (#74261)
The header file has been deprecated since: commit f09cf34 Author: Archibald Elliott <[email protected]> Date: Tue Dec 20 10:24:02 2022 +0000
1 parent ff51b60 commit e1e34cc

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

llvm/include/llvm/Support/Host.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

llvm/include/module.modulemap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,6 @@ module LLVM_Utils {
380380
umbrella "llvm/Support"
381381
module * { export * }
382382

383-
// Exclude this; deprecated.
384-
exclude header "llvm/Support/Host.h"
385-
386383
// Exclude this; it should only be used on Windows.
387384
exclude header "llvm/Support/Windows/WindowsSupport.h"
388385

polly/lib/External/isl/interface/extract_interface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
#endif
4848
#include <llvm/Support/raw_ostream.h>
4949
#include <llvm/Support/CommandLine.h>
50-
#include <llvm/Support/Host.h>
5150
#include <llvm/Support/ManagedStatic.h>
51+
#include <llvm/TargetParser/Host.h>
5252
#include <clang/AST/ASTContext.h>
5353
#include <clang/AST/ASTConsumer.h>
5454
#include <clang/Basic/Builtins.h>

0 commit comments

Comments
 (0)