This is an archive of the discontinued LLVM Phabricator instance.

[NPM] Port strip nonlinetable debuginfo pass to the new pass manager
ClosedPublic

Authored by rnk on Oct 2 2020, 4:20 PM.

Details

Summary

Fixes a few tests in llvm/test/Transforms/Utils.

Diff Detail

Event Timeline

rnk created this revision.Oct 2 2020, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2020, 4:20 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
rnk requested review of this revision.Oct 2 2020, 4:20 PM

Can you add a corresponding NPM RUN line (-passes=strip-nonlinetable-debuginfo) to a test?

llvm/tools/opt/opt.cpp
73 ↗(On Diff #295927)

we don't want to switch this now :)

rnk updated this revision to Diff 296258.Oct 5 2020, 12:34 PM
  • new RUN: line
  • remove opt change
aeubanks accepted this revision.Oct 5 2020, 3:21 PM
This revision is now accepted and ready to land.Oct 5 2020, 3:21 PM