Instead of building intermediate sets of exception handlers for each
object file, just create one for the final output file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Nice!
lld/COFF/Writer.cpp | ||
---|---|---|
802 ↗ | (On Diff #124640) | You are creating a copy of ulittle32_t from ulittle32_t. I think it makes more sense if you change the type of I to ulittle32_t & or just uint32_t. |