Changing to pass by ref - less null checks to worry about.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90330
[NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule ClosedPublic Authored by mtrofin on Oct 28 2020, 12:09 PM.
Details Summary Changing to pass by ref - less null checks to worry about.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 28 2020, 12:09 PM Herald added subscribers: llvm-commits, cfe-commits, steven_wu and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Oct 28 2020, 12:21 PM This revision was landed with ongoing or failed builds.Oct 28 2020, 12:33 PM Closed by commit rG6fa35541a0af: [NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule (authored by mtrofin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 301387 clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/Bitcode/BitcodeWriter.h
llvm/include/llvm/LTO/LTOBackend.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/LTO/LTOBackend.cpp
|
The change of the parameter name and comment here should go back in D90278