llvm-swift / LLVMSwift

A Swift wrapper for the LLVM C API (version 11.0)
MIT License
744 stars 55 forks source link

[DIBuilder.buildTypedef] Use radix to determine alignment rather than assume data layout #231

Closed matthewseaman closed 3 years ago

matthewseaman commented 3 years ago

Multiply by radix instead of 8.

This was introduced in #220.