cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

The `Name` field of `GlobalAlias` could be a `String` #33

Closed langston-barrett closed 1 year ago

langston-barrett commented 1 year ago

The reasoning in #26 also applies to GlobalAlias.

cdisselkoen commented 1 year ago

Good catch! Fixed on main now.

cdisselkoen commented 1 year ago

Reverted this after discussion on #42.