This is an archive of the discontinued LLVM Phabricator instance.

[docs] Fixed the flag used to debug with gdb and lli using jit in docs.
ClosedPublic

Authored by wyjw on Nov 3 2019, 10:26 PM.

Details

Reviewers
lhames
Summary

In the "Debugging MCJIT-ed code" doc, -use-mcjit is described as the flag to be used. I think it should be -jit-kind=mcjit instead.

Event Timeline

wyjw created this revision.Nov 3 2019, 10:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2019, 10:26 PM
wyjw added a reviewer: lhames.Nov 3 2019, 10:28 PM
wyjw retitled this revision from Fixed the flag used to debug with gdb and lli using jit. to Fixed the flag used to debug with gdb and lli using jit in docs..Nov 3 2019, 10:31 PM
wyjw edited the summary of this revision. (Show Details)
wyjw edited the summary of this revision. (Show Details)
wyjw retitled this revision from Fixed the flag used to debug with gdb and lli using jit in docs. to [docs] Fixed the flag used to debug with gdb and lli using jit in docs..Nov 3 2019, 10:39 PM
lhames accepted this revision.Nov 4 2019, 1:04 PM

Looks good to me. Thanks Jian!

Do you have commit access? If not I can commit this on your behalf.

This revision is now accepted and ready to land.Nov 4 2019, 1:04 PM
wyjw added a comment.EditedNov 4 2019, 2:16 PM

No I do not have commit access. Please help me commit this.
Thanks for your help!

lhames closed this revision.Nov 6 2019, 2:46 PM

No I do not have commit access. Please help me commit this.
Thanks for your help!

No worries! Thank you for fixing this. :)

Committed in baaa097360a.