This is an archive of the discontinued LLVM Phabricator instance.

[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)
ClosedPublic

Authored by fhahn on Sep 30 2019, 8:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Sep 30 2019, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2019, 8:49 AM
hiraditya accepted this revision.Sep 30 2019, 8:58 AM
hiraditya added a subscriber: hiraditya.

LGTM, makes it easier to read as well!

This revision is now accepted and ready to land.Sep 30 2019, 8:58 AM
dblaikie accepted this revision.Sep 30 2019, 1:46 PM

Looks good

This revision was automatically updated to reflect the committed changes.