This patch makes the 'AddrSize' field optional. If the address size is
missing, yaml2obj will infer it from the object file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Perhaps, you should be able to simplify some other test cases too with this change? I.e. to remove the 'AddrSize' field?
Comment Actions
Yes, I think it is fine to do it in this change - when we introduce some functionality that simplifies things it is often reasonable to
apply it to the same patch to demostrate how much it is usable/useful.
Comment Actions
Code change looks good. Thanks. I'll hold off approving until you've made any test changes too.