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