This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG73777b4c35a3: [Debugify] Optimize debugify original mode
(authored by djtodoro).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
StephenTozer accepted this revision.
StephenTozer added a comment.
Latest change makes sense, LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115622/new/
https://reviews.llvm.org/D115622
___
cfe-commits mailing list
cfe-commits@lists.llvm.
djtodoro updated this revision to Diff 416438.
djtodoro added a comment.
Herald added a project: All.
- Move the skipping into the for-loop since we want to collect metadata for the
functions that are not observed in the previous Pass (for example the function
wasn't of interest due to having an
StephenTozer accepted this revision.
StephenTozer added a comment.
This revision is now accepted and ready to land.
Seems like a simple and sensible change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115622/new/
https://reviews.llvm.org/D115622
djtodoro created this revision.
djtodoro added reviewers: Orlando, StephenTozer.
djtodoro added projects: debug-info, LLVM.
Herald added subscribers: ormris, hiraditya.
djtodoro requested review of this revision.
Herald added a project: clang.
Herald added subscribers: llvm-commits, cfe-commits.
B