commit | 7695d8996f5570b178429b06b48155b35047736c | [log] [tgz] |
---|---|---|
author | Meador Inge <[email protected]> | Tue Dec 06 04:00:12 2016 |
committer | Meador Inge <[email protected]> | Tue Dec 06 04:00:12 2016 |
tree | 43a7b02061ebb44b3362f9dce472ce4c27a59882 | |
parent | b486c49ff54e85dc7c2978419e2a718de5d8a1cf [diff] |
[llgo] Fix `debug` to use latest `DIBuilder` bindings Two recent commits to the LLVM Go bindings caused breaking changes to llgo: 1. r284707 - Moving the `AlignInBits` field from `DIBasicType` to `DIAutoVariable`. 2. r284482 - The `AlignInBits` fields going from `uint64` to `uint32`. This commit updates llgo accordingly. llvm-svn: 288768