diff --git a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h --- a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h +++ b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h @@ -77,7 +77,7 @@ virtual ~JITLinkExecutor(); protected: - std::unique_ptr OwnedEPC{nullptr}; + std::unique_ptr OwnedEPC; RemoteExecutorProcessControl *EPC{nullptr}; JITLinkExecutor();