Previously only the error codes were reported which
meant that useful information about malformed imputs
was not shown.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks fine. Are there other places in obj2yaml that could take advantage of the new Error scheme? If so, I'd convert them all together.
Comment Actions
Yes, I think there is lager change to made here. For example ELFObjectFile from libObject still doesn't report Error's. However I think this change stands alone as a useful fix and we can follewup with others.