microsoft / llvm-mctoll

llvm-mctoll
Other
806 stars 123 forks source link

Adapt mctoll to use Opaque pointers #171

Closed bharadwajy closed 1 year ago

bharadwajy commented 2 years ago

As of Apr 2022, LLVM and Clang have complete support for opaque pointers, and opaque pointers are enabled by default in LLVM and Clang see here. llvm-mctoll sources need to be adapted accordingly.

bharadwajy commented 1 year ago

Done.