On Tue, Jan 01, 2019 at 05:45:31AM +0100, Kamil Rytarowski wrote: > LLVM has no API/ABI stability contract and we are down to just keep > syncing the headers and libraries with LLVM releases.
Can you explain this in more detail? Sounds like a no-go to me. We provide abi compatibility, so does this mean we just need to bounce the llvm libs major version on every import or is it worse? Martin