[PATCH] D116438: [ORC] Set useNamesOnTempLabels as true when emiting object code

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 1 07:19:40 PST 2022


StephenFan added a comment.

In D116438#3214788 <https://reviews.llvm.org/D116438#3214788>, @lhames wrote:

> Hi Stephen,
>
> JITLink can handle anonymous symbols: Just use `LinkGraph::addAnonymousSymbol`. It would be better to use this than to change object emission for the sake of JITLink -- we want to be able to load objects not generated by LLVM.
>
> - Lang.

Thanks for your suggestion! @lhames

I have submitted a new patch D116475 <https://reviews.llvm.org/D116475>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116438/new/

https://reviews.llvm.org/D116438



More information about the llvm-commits mailing list