This makes it slightly easier to pass extra arguments to runPasses
and simplifies the code slightly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38758 Build 38757: arc lint + arc unit
Paths
| Differential D68228
[bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC) ClosedPublic Authored by fhahn on Sep 30 2019, 8:49 AM.
Details Summary This makes it slightly easier to pass extra arguments to runPasses
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 30 2019, 8:58 AM Closed by commit rL373265: [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC) (authored by fhahn). · Explain WhySep 30 2019, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222443 llvm/tools/bugpoint/BugDriver.h
llvm/tools/bugpoint/ExtractFunction.cpp
llvm/tools/bugpoint/OptimizerDriver.cpp
|