Re: Cold welcoming message when installing anything because of LLVM bitcode stuff
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2018-04-29T22:43:46Z
Lists: pgsql-hackers
Attachments
- make-llvm-output.patch (text/x-diff) patch
On Sat, Apr 28, 2018 at 02:32:06PM -0400, Tom Lane wrote: > Ugh. I'd tried the core code but not contrib. Will look. The thread has stalled a bit. What are the other issues you were seeing? Are those related to --with-llvm? On my side, if I just apply something like the attached I am able to get rid of all those output comments. -- Michael
Commits
-
Un-break contrib install with llvm.
- f2bb32dbd6af 11.0 landed
-
Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.
- bc19b7836215 11.0 landed