- Adds getters for the line, column, and scope of a DILocation
- Adds getters for the name, size in bits, offset in bits, alignment in bits, line, and flags of a DIType
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You could write the same tests as in llvm-c-test/echo.cpp. But I would not block merging on this.
Comment Actions
Absolutely. I hope that once I can get the API surface more complete than it is now that we can merge the really noisy DIBuilder binding test with the echo test.