pgsql: meson: Tie adding C++ support to the llvm Meson option

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: meson: Tie adding C++ support to the llvm Meson option
Дата
Msg-id E1qJjEk-0005CG-N1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
meson: Tie adding C++ support to the llvm Meson option

In the event the llvm option is defined to be 'auto', it is possible
that the host machine might not have a C++ compiler. If that is the
case, then we shouldn't continue reaching for the llvm dependency.

To make it easier to understand the case where LLVM support is disabled due to
lacking a C++ compiler, add a message noting that fact.

Author: Tristan Partin <tristan@neon.tech>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CSPIJVUDZFKX.3KHMOAVGF94RV@c3po
Backpatch: 16-, where meson support was added

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7fc064d9b70f58998d3e8de78ece52b4e1376428

Modified Files
--------------
meson.build | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Clarify the errhint example
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.