llvm-swift / LLVMSwift

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

Store the backing buffer in Binary #193

Closed CodaFi closed 5 years ago

CodaFi commented 5 years ago

Helps tie the lifetime of the buffer to the ObjectFile itself.

CodaFi commented 5 years ago

⛵️