llvm-pretty v0.11.0 Release Notes
Release Date: 2020-08-25 // about 4 years ago-
🛠 The type used internally in llvm for array bounds is
uint64_t
, but llvm-pretty was usingInt32
. #74 fixed this problem, but introduced a change that necessitated a major version bump.
Previous changes from v0.9.0
-
This should be a non-breaking change if you don't construct or pattern-match on a
DICompositeType
.