future pg+llvm compilation is broken

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: future pg+llvm compilation is broken
Date: 2020-05-27 17:40:27
Message-ID: alpine.DEB.2.22.394.2005271936160.1807368@pseudo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello devs,

commit 2c24051bacd2d0eb7141fc4adb870281aec4e714
Author: Craig Topper <craig(dot)topper(at)gmail(dot)com>
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 match the remaining class and
the name of the cpp that implements it.

Hence :

.. llvmjit_inline.cpp
llvmjit_inline.cpp:59:10: fatal error: llvm/IR/CallSite.h: No such file or
directory
59 | #include <llvm/IR/CallSite.h>
| ^~~~~~~~~~~~~~~~~~~~

Which is why animal seawasp is in now the red.

It looks unlikely that it will vanish, so pg must probably start aiming at
the moving llvm target.

--
Fabien.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Victor Yegorov 2020-05-27 19:17:18 Re: Failure to create GiST on ltree column
Previous Message Isaac Morland 2020-05-27 17:19:57 Re: New 'pg' consolidated metacommand patch