Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 18303 Build 18303: arc lint + arc unit
Event Timeline
Comment Actions
And it even comes with testcases. :)
LGTM.
-eric
| llvm/lib/MC/ELFObjectWriter.cpp | ||
|---|---|---|
| 165 | 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 | 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. | |
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.