This API will be used in D121876, to get finalized string data for
.debug_line_str.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,020 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
@dblaikie Do you think this is in your wheelhouse to review, or should I find someone else?
thanks
Comment Actions
Generally we'd rather not commit untested functionality - /probably/ this should be either unit tested in this commit, or rolled into whatever commit calls/exercises the functionality. But if you reckon this is really the better separation, I won't insist on that, but give it some thought.
Comment Actions
Thanks. I'll add a unit test. Probably more inline with what I have seen from other diffs of breaking them up if possible. The other commit is already pretty big.