summaryrefslogtreecommitdiff
path: root/lld/ELF/Writer.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-02-20 22:09:59 +0000
committerSam Clegg <sbc@chromium.org>2018-02-20 22:09:59 +0000
commit8b8c131fc89ae219a78fb212b995b8d01af1ea93 (patch)
tree8a8d4e58a23438ade3dd0c4297495c6e103e4253 /lld/ELF/Writer.h
parent9fd0ce77b37d3ad03306a3780303e7d955fc8641 (diff)
Consistent use of header file for ICF and MarkLive
Previously wasm used a separate header to declare markLive and ELF used to declare ICF. This change makes each backend consistently declare these in their own headers. Differential Revision: https://reviews.llvm.org/D43529
Diffstat (limited to 'lld/ELF/Writer.h')
-rw-r--r--lld/ELF/Writer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Writer.h b/lld/ELF/Writer.h
index 9c7fbd4b152..41f1e550eeb 100644
--- a/lld/ELF/Writer.h
+++ b/lld/ELF/Writer.h
@@ -23,7 +23,6 @@ class InputSectionBase;
template <class ELFT> class ObjFile;
class SymbolTable;
template <class ELFT> void writeResult();
-template <class ELFT> void markLive();
// This describes a program header entry.
// Each contains type, access flags and range of output sections that will be