Skip to content

Commit d4addec

Browse files
committed
[ORC][LLJIT] Fix typo in assert message.
1 parent b0818df commit d4addec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) {
11471147

11481148
if (!ObjLinkingLayer)
11491149
return make_error<StringError>(
1150-
"SetUpTargetPlatform requires ObjectLinkingLayer",
1150+
"ExecutorNativePlatform requires ObjectLinkingLayer",
11511151
inconvertibleErrorCode());
11521152

11531153
std::unique_ptr<MemoryBuffer> RuntimeArchiveBuffer;

0 commit comments

Comments
 (0)