Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/SyntheticSections.cpp | ||
---|---|---|
1663–1666 ↗ | (On Diff #78839) | This should be moved to writeTo. |
ELF/SyntheticSections.h | ||
606 ↗ | (On Diff #78839) | Can you derive from SyntheticSection? |
613 ↗ | (On Diff #78839) | You could just define typename ELFT::uint Dummy;. But this is probably not a dummy because we actually need it. Maybe Pad? |