Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16492df

Browse files
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.de
1 parent31dcfae commit16492df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/common.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
2323

2424
ifeq ($(with_llvm), yes)
2525
objfiles.txt:$(patsubst%.o,%.bc,$(OBJS))
26+
$(patsubst%.o,%.bc,$(OBJS)):$(OBJS)
2627
endif
2728

2829
# make function to expand objfiles.txt contents

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp