forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb66ed60
meson: Tie adding C++ support to the llvm Meson option
In the event the llvm option is defined to be 'auto', it is possiblethat the host machine might not have a C++ compiler. If that is thecase, then we shouldn't continue reaching for the llvm dependency.To make it easier to understand the case where LLVM support is disabled due tolacking 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@c3poBackpatch: 16-, where meson support was added1 parent5be75e1 commitb66ed60
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
750 | | - | |
| 749 | + | |
| 750 | + | |
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
765 | | - | |
| 764 | + | |
| 765 | + | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| |||
0 commit comments
Comments
(0)