Each COFFSection bind MCSection when created. No need to iterate
throught MCAssembler when writeSection.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
Comment Actions
LGTM with minor suggestion
| llvm/lib/MC/WinCOFFObjectWriter.cpp | ||
|---|---|---|
| 619 | From line 620, we can see that Sec is never a NULL pointer. So the [] operator should have no side effect here.  | |
From line 620, we can see that Sec is never a NULL pointer. So the [] operator should have no side effect here.