Two recent commits to the LLVM Go bindings caused breaking changes
to llgo:
- r284707 - Moving the AlignInBits field from DIBasicType to DIAutoVariable.
- r284482 - The AlignInBits fields going from uint64 to uint32.
This commit updates llgo accordingly.