This is an archive of the discontinued LLVM Phabricator instance.

[llgo] Fix `debug` to use latest `DIBuilder` bindings
ClosedPublic

Authored by meadori on Dec 5 2016, 6:00 PM.

Details

Reviewers
pcc
llvm-commits
Summary

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.

Diff Detail

Event Timeline

meadori updated this revision to Diff 80362.Dec 5 2016, 6:00 PM
meadori retitled this revision from to [llgo] Fix `debug` to use latest `DIBuilder` bindings.
meadori updated this object.
meadori added reviewers: llvm-commits, pcc.
pcc accepted this revision.Dec 5 2016, 6:22 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 5 2016, 6:22 PM