forked from OSchip/llvm-project
07a5b7e5b1
When compiling on ZLinux, we got this error: /llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ \ RemoteJITUtils.h:80:65: required from here... /usr/include/c++/7/bits/unique_ptr.h:76:22: error: invalid application of 'sizeof' to incomplete type 'llvm::orc::RemoteExecutorProcessControl' static_assert(sizeof(_Tp)>0, This patch just removes nullptr from the initialization of std::unique_ptr<RemoteExecutorProcessControl> to avoid the issue. Patch by Tung D. Le (tung@jp.ibm.com). Thanks Tung! Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D107247 |
||
---|---|---|
.. | ||
LLJITDumpObjects | ||
LLJITWithCustomObjectLinkingLayer | ||
LLJITWithGDBRegistrationListener | ||
LLJITWithInitializers | ||
LLJITWithLazyReexports | ||
LLJITWithObjectCache | ||
LLJITWithObjectLinkingLayerPlugin | ||
LLJITWithOptimizingIRTransform | ||
LLJITWithRemoteDebugging | ||
LLJITWithTargetProcessControl | ||
LLJITWithThinLTOSummaries | ||
OrcV2CBindingsAddObjectFile | ||
OrcV2CBindingsBasicUsage | ||
OrcV2CBindingsDumpObjects | ||
OrcV2CBindingsIRTransforms | ||
OrcV2CBindingsLazy | ||
OrcV2CBindingsReflectProcessSymbols | ||
OrcV2CBindingsRemovableCode | ||
OrcV2CBindingsVeryLazy | ||
CMakeLists.txt | ||
ExampleModules.h |