Sam Clegg | c94d393 | 2017-11-17 18:14:09 +0000 | [diff] [blame] | 1 | //===- Writer.h -------------------------------------------------*- C++ -*-===// |
| 2 | // |
| 3 | // The LLVM Linker |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | |
| 10 | #ifndef LLD_WASM_WRITER_H |
| 11 | #define LLD_WASM_WRITER_H |
| 12 | |
| 13 | namespace lld { |
| 14 | namespace wasm { |
| 15 | |
| 16 | void writeResult(); |
| 17 | |
| 18 | } // namespace wasm |
| 19 | } // namespace lld |
| 20 | |
| 21 | #endif |