forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit16492df
committed
Blind attempt to fix LLVM dependency in the backend
Commitecaf7c5 removed gram.h from the backend's generated-headerstarget. In LLVM builds, this leads to loss of dependency informationwhen generating .bc files. To fix, add a rule that mirrors ad-hoc .odependencies for .bc files as well.Per cfbot (no buildfarm failures reported)Analysis by Tom Lane and Andres FreundProposed fix by Andres FreundDiscussion:https://www.postgresql.org/message-id/20220914210427.y26tkagmxo5wwbvp%40awork3.anarazel.de1 parent31dcfae commit16492df
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments
Comments
(0)