[llvm] Add a LLVM_API_VERSION define which is incremented in llvm every time there...
authorZoltan Varga <vargaz@gmail.com>
Thu, 17 Apr 2014 05:05:41 +0000 (07:05 +0200)
committerZoltan Varga <vargaz@gmail.com>
Thu, 17 Apr 2014 05:06:37 +0000 (07:06 +0200)
commit0b197c823449fb5696d29f0c67d7959a14bcdbed
tree17469455dadce2b01081405a3f4e8570f46ba7c3
parentc08bca90ee3f59493b6b9842d20e199a1872d4c8
[llvm] Add a LLVM_API_VERSION define which is incremented in llvm every time there is a public api break. This allows the llvm backend to compile with different versions of LLVM.
configure.in