forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6869b4f
committed
Add C++ support to configure.
This is an optional dependency. It'll be used for the upcoming LLVMbased just in time compilation support, which needs to wrap a few LLVMC++ APIs so they're accessible from C..For now test for C++ compilers unconditionally, without failing if notpresent, to ensure wide buildfarm coverage. If we're bothered by theadditional test times (which are quite short) or verbosity, we canlater make the tests conditional on --with-llvm.Author: Andres FreundDiscussion:https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de1 parenta364dfa commit6869b4f
File tree
6 files changed
+1013
-11
lines changed- config
- doc/src/sgml
- src
6 files changed
+1013
-11
lines changedLines changed: 40 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
480 | 520 |
| |
481 | 521 |
| |
482 | 522 |
| |
|
0 commit comments
Comments
(0)