Re: future pg+llvm compilation is broken

2020-05-27 Thread Fabien COELHO
Hello Justin, llvmjit_inline.cpp:59:10: fatal error: llvm/IR/CallSite.h: No such file or directory Seems to be the same as here: https://www.postgresql.org/message-id/flat/CAGf%2BfX4sDP5%2B43HBz_3fjchawO6boqwgbYVfuFc1D4gbA6qQxw%40mail.gmail.com#540c3746c79c0f13360b35c9c369a887 Definitely

Re: future pg+llvm compilation is broken

2020-05-27 Thread Justin Pryzby
On Wed, May 27, 2020 at 07:40:27PM +0200, Fabien COELHO wrote: > llvmjit_inline.cpp:59:10: fatal error: llvm/IR/CallSite.h: No such file or Seems to be the same as here: https://www.postgresql.org/message-id/flat/CAGf%2BfX4sDP5%2B43HBz_3fjchawO6boqwgbYVfuFc1D4gbA6qQxw%40mail.gmail.com#540c3746c79

future pg+llvm compilation is broken

2020-05-27 Thread Fabien COELHO
Hello devs, commit 2c24051bacd2d0eb7141fc4adb870281aec4e714 Author: Craig Topper Date: Fri Apr 24 22:12:21 2020 -0700 [CallSite removal] Rename CallSite.h to AbstractCallSite.h. NFC The CallSite and ImmutableCallSite were removed in a previous commit. So rename the file to m