Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
And it even comes with testcases. :)
LGTM.
-eric
llvm/lib/MC/ELFObjectWriter.cpp | ||
---|---|---|
165 ↗ | (On Diff #147433) | It feels a little awkward to special case this for dwo files rather than just be a general object emitter. That said, generalization should be possible in the future. |
llvm/lib/MC/ELFObjectWriter.cpp | ||
---|---|---|
165 ↗ | (On Diff #147433) | That's true, but right now it feels premature to be generalizing this code, as there aren't enough users yet. Probably something to think about if/when we add another user. |