- Notifications
You must be signed in to change notification settings - Fork28
Commit99ba795
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 parentff4220e commit99ba795
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 | |
---|---|---|---|
| |||
4811 | 4811 |
| |
4812 | 4812 |
| |
4813 | 4813 |
| |
4814 |
| - | |
| 4814 | + | |
4815 | 4815 |
| |
4816 | 4816 |
| |
4817 | 4817 |
| |
| |||
4882 | 4882 |
| |
4883 | 4883 |
| |
4884 | 4884 |
| |
4885 |
| - | |
| 4885 | + | |
4886 | 4886 |
| |
4887 | 4887 |
| |
4888 | 4888 |
| |
|
0 commit comments
Comments
(0)