Update use of WasmSignature to go along with D52580
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 23201 Build 23200: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with nits
wasm/WriterUtils.cpp | ||
---|---|---|
78 | Why not instead change the param type of valueTypeToString? | |
84 | I think the style guide doesn't like auto unless the type is completely obvious (normally if its written on the RHS on the same line in a cast or similar). | |
119 | Probably worth updating the type of WasmGlobalType.Type .. maybe add a TODO here saying this cast should probably not be needed in the future? |
This comment was removed by xbolva00.
Why not instead change the param type of valueTypeToString?