[llvm] 00e2306 - [ORC] Fix LLVM modulemap after removal of ORC RPC in 33dd98e9e49.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 1 11:47:27 PDT 2021
Author: Lang Hames
Date: 2021-10-01T11:47:20-07:00
New Revision: 00e2306734b73b4099aa99438960125c03b1cd15
URL: https://github.com/llvm/llvm-project/commit/00e2306734b73b4099aa99438960125c03b1cd15
DIFF: https://github.com/llvm/llvm-project/commit/00e2306734b73b4099aa99438960125c03b1cd15.diff
LOG: [ORC] Fix LLVM modulemap after removal of ORC RPC in 33dd98e9e49.
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index f2da26c217a6..6cbbb9a4028e 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -182,19 +182,8 @@ module LLVM_ExecutionEngine {
exclude header "ExecutionEngine/MCJIT.h"
exclude header "ExecutionEngine/Interpreter.h"
- // FIXME: These exclude directives were added as a workaround for
- // <rdar://problem/29247092> and should be removed once it is fixed.
- exclude header "ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h"
- exclude header "ExecutionEngine/Orc/OrcRemoteTargetClient.h"
- exclude header "ExecutionEngine/Orc/OrcRemoteTargetServer.h"
- exclude header "ExecutionEngine/Orc/RemoteObjectLayer.h"
-
// Exclude headers from LLVM_OrcSupport.
exclude header "ExecutionEngine/Orc/Shared/OrcError.h"
- exclude header "ExecutionEngine/Orc/RPC/RPCUtils.h"
- exclude header "ExecutionEngine/Orc/RPC/RPCSerialization.h"
- exclude header "ExecutionEngine/Orc/RPC/RawByteChannel.h"
-
}
module LLVM_FileCheck {
@@ -220,9 +209,6 @@ module LLVM_OrcSupport {
requires cplusplus
header "ExecutionEngine/Orc/Shared/OrcError.h"
- header "ExecutionEngine/Orc/Shared/RPCUtils.h"
- header "ExecutionEngine/Orc/Shared/Serialization.h"
- header "ExecutionEngine/Orc/Shared/RawByteChannel.h"
export *
}
More information about the llvm-commits
mailing list