[PATCH] D107247: [Z] Fix incomplete_type on ZLinux when compiling RemoteJITUtils
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 1 22:19:07 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG07a5b7e5b13d: [examples] Fix incomplete_type on ZLinux when compiling RemoteJITUtils. (authored by lhames).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107247/new/
https://reviews.llvm.org/D107247
Files:
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
Index: llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
===================================================================
--- llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
+++ llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
@@ -77,7 +77,7 @@
virtual ~JITLinkExecutor();
protected:
- std::unique_ptr<RemoteExecutorProcessControl> OwnedEPC{nullptr};
+ std::unique_ptr<RemoteExecutorProcessControl> OwnedEPC;
RemoteExecutorProcessControl *EPC{nullptr};
JITLinkExecutor();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107247.363375.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210802/c1484a48/attachment.bin>
More information about the llvm-commits
mailing list