This is an archive of the discontinued LLVM Phabricator instance.

[IR] Remove the DIFlagArgumentNotModified debug info flag
ClosedPublic

Authored by djtodoro on Sep 30 2019, 5:11 AM.

Diff Detail

Event Timeline

djtodoro created this revision.Sep 30 2019, 5:11 AM

This was controlled by the experimental entry values option, so I guess we don't need to support for metadata upgrade.

Since this was so short-lived I'm fine with pretending this never happened (in terms of bitcode upgrade).

That sounds good. Thanks!

djtodoro retitled this revision from WIP: [IR] Remove the DIFlagArgumentNotModified debug info flag to [IR] Remove the DIFlagArgumentNotModified debug info flag.Oct 15 2019, 12:25 AM
djtodoro added reviewers: aprantl, vsk.
djtodoro removed subscribers: vsk, aprantl.
aprantl accepted this revision.Oct 15 2019, 1:17 PM
This revision is now accepted and ready to land.Oct 15 2019, 1:17 PM
vsk accepted this revision.Oct 15 2019, 1:36 PM

+ 1

djtodoro updated this revision to Diff 229283.Nov 14 2019, 5:17 AM

-Rebasing on top of the latest LLVM

I have not bitcode compatibility concerns; this was barely in tree.

aprantl accepted this revision.Nov 14 2019, 11:18 AM

s/not/no/

This revision was automatically updated to reflect the committed changes.