diff options
Diffstat (limited to 'lld/wasm/InputChunks.h')
| -rw-r--r-- | lld/wasm/InputChunks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/wasm/InputChunks.h b/lld/wasm/InputChunks.h index 20b8f01f61a..8f0999abac6 100644 --- a/lld/wasm/InputChunks.h +++ b/lld/wasm/InputChunks.h @@ -218,6 +218,8 @@ protected: } // namespace wasm std::string toString(const wasm::InputChunk *); +StringRef reloctTypeToString(uint8_t RelocType); + } // namespace lld #endif // LLD_WASM_INPUT_CHUNKS_H |

