]> granicus.if.org Git - postgresql/commit
Detect LLVM 7 without specifying binaries explicitly.
authorAndres Freund <andres@anarazel.de>
Thu, 13 Sep 2018 17:41:39 +0000 (10:41 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 13 Sep 2018 17:42:11 +0000 (10:42 -0700)
commit240d40db88ec0e6f98ac547759bac8e331f3ba89
tree2cdf5b6a29e8333937d633d5f14d907fb4bb2027
parent23bd3cec6eb1ffb80ed2601c13f89d89e658fcc1
Detect LLVM 7 without specifying binaries explicitly.

Before this commit LLVM 7 was supported, but only if one explicitly
provided LLVM_CONFIG= and CLANG= paths.  As LLVM 7 is the first
version that includes our upstreamed debugging and profiling features,
and as debian is planning to default to 7 due to wider architecture
support, it seems good to support auto-detecting that version.

Author: Christoph Berg
Discussion: https://postgr.es/m/20180912124517.GD24584@msg.df7cb.de
Backpatch: 11, where LLVM was introduced
config/llvm.m4
configure