llvm-swift / LLVMSwift

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

Deploy to macOS 10.14 #207

Closed CodaFi closed 5 years ago

CodaFi commented 5 years ago

Begin requiring macOS 10.14. Deployment to earlier OSes was never guaranteed to work, and this was causing thousands of linker warnings in otherwise valid targets.

CodaFi commented 5 years ago

technically This is a breaking change. But it was never valid to deploy back before 10.14 anyways. We will be doing a point release soon.

CodaFi commented 5 years ago

⛵️