Skip to content

Commit 854b861

Browse files
committed
[llvm/Orc] Fix ExecutionEngine module build breakage
This patch updates the llvm module map to reflect changes made in `5efc71e119d4eba235209d262e7d171361a0b9be` and fixes the module builds (`-DLLVM_ENABLE_MODULES=On`). Differential Revision: https://reviews.llvm.org/D94057 Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 3e2b424 commit 854b861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/module.modulemap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ module LLVM_OrcSupport {
211211
requires cplusplus
212212

213213
header "ExecutionEngine/Orc/OrcError.h"
214-
header "ExecutionEngine/Orc/RPC/RPCUtils.h"
215-
header "ExecutionEngine/Orc/RPC/RPCSerialization.h"
216-
header "ExecutionEngine/Orc/RPC/RawByteChannel.h"
214+
header "ExecutionEngine/Orc/Shared/RPCUtils.h"
215+
header "ExecutionEngine/Orc/Shared/Serialization.h"
216+
header "ExecutionEngine/Orc/Shared/RawByteChannel.h"
217217

218218
export *
219219
}

0 commit comments

Comments
 (0)