forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dd29b6
committed
jit: Remove {llvm-config,clang}-N configure probes.
Previously we searched for llvm-config-N and clang-N as well as theunversioned names, and maintained a list of expected values of N. Theredoesn't seem to be any reason to think that the default llvm-config andclang won't be good enough, and if they aren't, they can be overriddenwith LLVM_CONFIG and CLANG, so let's stop maintaining that list.The list had not been updated since LLVM 7 with no complaints, so commit820b5af probably should have just removed it when dropping supportfor 7, instead of trying to be helpful by bringing it up to date withrecent version numbers.The Meson build system didn't have that, so no change there.Suggested-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/CA%2BhUKG%2BSOP-aR%3DYF_n0dtXGWeCy6x%2BCn-RMWURU5ySQdmeKW1Q%40mail.gmail.com1 parent0de37b5 commit4dd29b6
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5065 | 5065 |
| |
5066 | 5066 |
| |
5067 | 5067 |
| |
5068 |
| - | |
| 5068 | + | |
5069 | 5069 |
| |
5070 | 5070 |
| |
5071 | 5071 |
| |
| |||
5138 | 5138 |
| |
5139 | 5139 |
| |
5140 | 5140 |
| |
5141 |
| - | |
| 5141 | + | |
5142 | 5142 |
| |
5143 | 5143 |
| |
5144 | 5144 |
| |
|
0 commit comments
Comments
(0)