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

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 09:16:55 PST 2022


jmorse added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116821



More information about the llvm-commits mailing list