This will enable an optimisation in LLD.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rL LLVM
 
Event Timeline
Comment Actions
Nice! LVGTM
| lib/Object/WasmObjectFile.cpp | ||
|---|---|---|
| 928 ↗ | (On Diff #137878) | I feel like make comment here might make sense. Something like "The rest of these fields get set in the linking metadata section"?  | 
| tools/obj2yaml/wasm2yaml.cpp | ||
| 69 ↗ | (On Diff #137878) | Should this be a little more strict? Like if (Func.Comdat != UINT32_MAX) more explicitly expressed the indent no?  | 
| 84 ↗ | (On Diff #137878) | ditto  |