Skip to content

Commit d9313d3

Browse files
committed
Update error message
1 parent dd95f3d commit d9313d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/orc/elfnix_platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Error ELFNixPlatformRuntimeState::dlupdateImpl(void *DSOHandle, int Mode) {
550550
}
551551

552552
if (!JDS->referenced())
553-
return make_error<StringError>("Dylib must be referenced");
553+
return make_error<StringError>("dlupdate failed, JITDylib must be open.");
554554

555555
if (auto Err = dlupdateFull(Lock, *JDS))
556556
return Err;

0 commit comments

Comments
 (0)