pgsql: Detect LLVM 7 without specifying binaries explicitly.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Detect LLVM 7 without specifying binaries explicitly.
Date: 2018-09-13 17:43:03
Message-ID: E1g0Vdv-0003Dt-Im@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/240d40db88ec0e6f98ac547759bac8e331f3ba89

Modified Files
--------------
config/llvm.m4 | 4 ++--
configure | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-09-13 17:43:04 pgsql: Detect LLVM 7 without specifying binaries explicitly.
Previous Message Tom Lane 2018-09-13 16:36:33 pgsql: Attempt to identify system timezone by reading /etc/localtime sy