We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0818df commit d4addecCopy full SHA for d4addec
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
@@ -1147,7 +1147,7 @@ Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) {
1147
1148
if (!ObjLinkingLayer)
1149
return make_error<StringError>(
1150
- "SetUpTargetPlatform requires ObjectLinkingLayer",
+ "ExecutorNativePlatform requires ObjectLinkingLayer",
1151
inconvertibleErrorCode());
1152
1153
std::unique_ptr<MemoryBuffer> RuntimeArchiveBuffer;
0 commit comments