[PATCH] D70111: [DWARF5]Addition of alignment field in the typedef for dwarf5
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 20 03:16:08 PST 2019
sammccall added a comment.
My apologies if the revert was incorrect. I asked for advice after seeing breakages and heard that llvm-c should be kept ABI compatible.
But it looks like that's too strong: https://llvm.org/docs/DeveloperPolicy.html#c-api-changes says we make a best effort to maintain compatibility.
So if we don't think it's worth staying compatible here feel free to roll forward, but please do update the go bindings since they're in-tree.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70111/new/
https://reviews.llvm.org/D70111
More information about the cfe-commits
mailing list