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
- Build Status
Buildable 12572 Build 12572: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. Nice!
lld/COFF/Writer.cpp | ||
---|---|---|
802 | 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. |
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.