This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Load dynamic libraries in JitRunner from absolute paths so that GDB can find the symbol tables.
ClosedPublic

Authored by csigg on Feb 16 2021, 1:06 AM.

Diff Detail

Event Timeline

csigg created this revision.Feb 16 2021, 1:06 AM
csigg requested review of this revision.Feb 16 2021, 1:06 AM
mehdi_amini accepted this revision.Feb 16 2021, 8:40 PM
This revision is now accepted and ready to land.Feb 16 2021, 8:40 PM
csigg updated this revision to Diff 324696.Feb 18 2021, 10:18 AM

Fix StringRef to temporary.

csigg updated this revision to Diff 324752.Feb 18 2021, 1:12 PM

... and fix null termination. Sigh.

ftynse accepted this revision.Feb 18 2021, 2:56 PM