Previously wasm used a seperate header to declare markLive
and ELF used one to declare ICF. This change makes each
backend consistently declare these in their own headers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43529
Consistent use of header file for ICF and MarkLive ClosedPublic Authored by sbc100 on Feb 20 2018, 1:55 PM.
Details Summary Previously wasm used a seperate header to declare markLive
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 2 others. · View Herald TranscriptFeb 20 2018, 1:55 PM This revision is now accepted and ready to land.Feb 20 2018, 2:01 PM Closed by commit rL325631: Consistent use of header file for ICF and MarkLive (authored by sbc). · Explain WhyFeb 20 2018, 2:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135145 lld/trunk/COFF/Driver.h
lld/trunk/COFF/Driver.cpp
lld/trunk/COFF/ICF.h
lld/trunk/COFF/ICF.cpp
lld/trunk/COFF/MarkLive.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/ICF.h
lld/trunk/ELF/MarkLive.h
lld/trunk/ELF/MarkLive.cpp
lld/trunk/ELF/Strings.cpp
lld/trunk/ELF/Writer.h
|