Skip to content

Commit

Permalink
[ORC] Remove unused headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Aug 18, 2021
1 parent f58c0a9 commit 626a84e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 62 deletions.
1 change: 0 additions & 1 deletion llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
Expand Up @@ -21,7 +21,6 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/OrcV1Deprecation.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Module.h"
#include "llvm/Object/Binary.h"
Expand Down
1 change: 0 additions & 1 deletion llvm/include/llvm/ExecutionEngine/Orc/Core.h
Expand Up @@ -21,7 +21,6 @@
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
#include "llvm/ExecutionEngine/OrcV1Deprecation.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ExtensibleRTTI.h"

Expand Down
37 changes: 0 additions & 37 deletions llvm/include/llvm/ExecutionEngine/OrcMCJITReplacement.h

This file was deleted.

22 changes: 0 additions & 22 deletions llvm/include/llvm/ExecutionEngine/OrcV1Deprecation.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/include/llvm/module.modulemap
Expand Up @@ -181,7 +181,6 @@ module LLVM_ExecutionEngine {
// translation unit (or none) and aren't part of this module.
exclude header "ExecutionEngine/MCJIT.h"
exclude header "ExecutionEngine/Interpreter.h"
exclude header "ExecutionEngine/OrcMCJITReplacement.h"

// FIXME: These exclude directives were added as a workaround for
// <rdar://problem/29247092> and should be removed once it is fixed.
Expand Down

0 comments on commit 626a84e

Please sign in to comment.