summaryrefslogtreecommitdiff
path: root/lld/ELF/MarkLive.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/MarkLive.h')
-rw-r--r--lld/ELF/MarkLive.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/lld/ELF/MarkLive.h b/lld/ELF/MarkLive.h
new file mode 100644
index 000000000000..c9b99add34de
--- /dev/null
+++ b/lld/ELF/MarkLive.h
@@ -0,0 +1,21 @@
+//===- MarkLive.h -----------------------------------------------*- C++ -*-===//
+//
+// The LLVM Linker
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLD_ELF_MARKLIVE_H
+#define LLD_ELF_MARKLIVE_H
+
+namespace lld {
+namespace elf {
+
+template <class ELFT> void markLive();
+
+} // namespace elf
+} // namespace lld
+
+#endif // LLD_ELF_MARKLIVE_H