summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/module.modulemap8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 448a7e51a69..a86bc7e7fcb 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -113,6 +113,14 @@ module LLVM_ExecutionEngine {
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.
+ exclude header "ExecutionEngine/Orc/RawByteChannel.h"
+ exclude header "ExecutionEngine/Orc/RPCUtils.h"
+ exclude header "ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h"
+ exclude header "ExecutionEngine/Orc/OrcRemoteTargetClient.h"
+ exclude header "ExecutionEngine/Orc/OrcRemoteTargetServer.h"
}
module LLVM_Pass {
OpenPOWER on IntegriCloud