If all LLVM passes are disabled, we can't emit a summary because there could be unnamed globals in the IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D51198
[LTO] Fix -save-temps with LTO and unnamed globals. ClosedPublic Authored by efriedma on Aug 23 2018, 4:51 PM.
Details Summary If all LLVM passes are disabled, we can't emit a summary because there could be unnamed globals in the IR.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2018, 5:56 PM Closed by commit rC340640: [LTO] Fix -save-temps with LTO and unnamed globals. (authored by efriedma). · Explain WhyAug 24 2018, 12:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162446 lib/CodeGen/BackendUtil.cpp
test/CodeGen/summary-index-unnamed-global.ll
|