pgsql: Detect LLVM 7 without specifying binaries explicitly.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Detect LLVM 7 without specifying binaries explicitly.
Дата
Msg-id E1g0Vdw-0003EF-U5@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99ba795d982efe2305d94573f2f4594bedaf6eab

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Detect LLVM 7 without specifying binaries explicitly.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Message style improvements