forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit240d40d
committed
Detect LLVM 7 without specifying binaries explicitly.
Before this commit LLVM 7 was supported, but only if one explicitlyprovided LLVM_CONFIG= and CLANG= paths. As LLVM 7 is the firstversion that includes our upstreamed debugging and profiling features,and as debian is planning to default to 7 due to wider architecturesupport, it seems good to support auto-detecting that version.Author: Christoph BergDiscussion:https://postgr.es/m/20180912124517.GD24584@msg.df7cb.deBackpatch: 11, where LLVM was introduced1 parent23bd3ce commit240d40d
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 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4995 | 4995 |
| |
4996 | 4996 |
| |
4997 | 4997 |
| |
4998 |
| - | |
| 4998 | + | |
4999 | 4999 |
| |
5000 | 5000 |
| |
5001 | 5001 |
| |
| |||
5066 | 5066 |
| |
5067 | 5067 |
| |
5068 | 5068 |
| |
5069 |
| - | |
| 5069 | + | |
5070 | 5070 |
| |
5071 | 5071 |
| |
5072 | 5072 |
| |
|
0 commit comments
Comments
(0)