[PATCH] D59860: [WebAssembly] Improve invalid relocation error message
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 27 17:34:05 PDT 2019
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/wasm/InputChunks.h:221
std::string toString(const wasm::InputChunk *);
+StringRef reloctTypeToString(uint8_t RelocType);
+
----------------
reloct -> reloc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59860/new/
https://reviews.llvm.org/D59860
More information about the llvm-commits
mailing list