Update use of WasmSignature to go along with D52580
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with nits
wasm/WriterUtils.cpp | ||
---|---|---|
78 ↗ | (On Diff #167363) | Why not instead change the param type of valueTypeToString? |
84 ↗ | (On Diff #167363) | 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 ↗ | (On Diff #167363) | 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.