[PATCH] D43529: Consistent use of header file for ICF and MarkLive
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 13:55:39 PST 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, arichardson, emaste.
Previously wasm used a seperate header to declare markLive
and ELF used to declare ICF. This change makes each backend
consistently declare these in thier own headers.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43529
Files:
COFF/Driver.cpp
COFF/Driver.h
COFF/ICF.cpp
COFF/ICF.h
COFF/MarkLive.h
ELF/Driver.cpp
ELF/ICF.h
ELF/MarkLive.cpp
ELF/MarkLive.h
ELF/Strings.cpp
ELF/Writer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43529.135141.patch
Type: text/x-patch
Size: 5284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/8110a1ec/attachment.bin>
More information about the llvm-commits
mailing list