aheejin added inline comments. ================ Comment at: wasm/WriterUtils.cpp:189 + case ValType::V128: + return "v128"; case ValType::EXCEPT_REF: ---------------- Is there any reason why this is lowercase unlike others? Repository: rLLD LLVM Linker https://reviews.llvm.org/D52106