[PATCH] D116821: [DebugInfo][InstrRef] Move instr-ref controlling flag out of TargetOptions

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 09:33:54 PST 2022


On Mon, Jan 24, 2022 at 12:22 PM Dávid Bolvanský via Phabricator <
reviews at reviews.llvm.org> wrote:

> xbolva00 added a comment.
>
> In D116821#3266620 <https://reviews.llvm.org/D116821#3266620>, @jmorse
> wrote:
>
> > Pushed up 74db5c8c95 <
> https://reviews.llvm.org/rG74db5c8c95e2aed40d288bb2df92eb859b87c827> that
> effectively reverts this patch, through disabling the on-by-default-for-x86
> portion of code.
> >
> > I've dug through the CTMark SPASS sample and found some now-obvious
> problems. I reckon they can be addressed, but not immediately, so it's best
> to revert for the moment.
> >
> > This raises some uncertainty regarding the LLVM14 branch date; I'll post
> back here closer to the time.
>
> You could default this option to just false, instead of ifdefing it out,
> so anybody could enable it explicitly.
>

Agreed if you wouldn't mind :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/dfe0e413/attachment.html>


More information about the llvm-commits mailing list