Skip to content

Commit

Permalink
Revert "[JITLink][Orc] Add MemoryMapper interface with InProcess impl…
Browse files Browse the repository at this point in the history
…ementation"

This reverts commit 6ede652.
Doesn't build on Windows, see https://reviews.llvm.org/D127491#3598773
  • Loading branch information
nico committed Jun 21, 2022
1 parent 929a8ad commit 6a4056a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 472 deletions.
115 changes: 0 additions & 115 deletions llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
Expand Up @@ -23,7 +23,6 @@ add_llvm_component_library(LLVMOrcJIT
LookupAndRecordAddrs.cpp
LLJIT.cpp
MachOPlatform.cpp
MemoryMapper.cpp
ELFNixPlatform.cpp
Mangling.cpp
ObjectLinkingLayer.cpp
Expand Down
152 changes: 0 additions & 152 deletions llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp

This file was deleted.

1 change: 0 additions & 1 deletion llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
Expand Up @@ -24,7 +24,6 @@ add_llvm_unittest(OrcJITTests
JITTargetMachineBuilderTest.cpp
LazyCallThroughAndReexportsTest.cpp
LookupAndRecordAddrsTest.cpp
MemoryMapperTest.cpp
ObjectLinkingLayerTest.cpp
OrcCAPITest.cpp
OrcTestCommon.cpp
Expand Down

0 comments on commit 6a4056a

Please sign in to comment.