Re: [PATCH] Skip llvm bytecode generation if LLVM is missing

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: andres(at)anarazel(dot)de
Cc: craig(at)2ndquadrant(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org, devrim(at)gunduz(dot)org
Subject: Re: [PATCH] Skip llvm bytecode generation if LLVM is missing
Date: 2020-03-13 01:11:44
Message-ID: 20200313.101144.330113522198641068.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sorry, that mail is almost duplicate with another one, which was sent
by accident.

At Thu, 12 Mar 2020 14:59:44 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> +1 for requiring such options for the same reason. The current patch
> disables LLVM for the enviroment where clang is installed but ccache
> is not, while building an extension based on postgresql-devel package.
> (ccache is in EPEL on RHEL/CentOS.)
>
> A bit aside from LLVM itself, I'd like CC/CPP/CLANG to fall back to
> them in the PATH on the running environment if they don't exist.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2020-03-13 01:47:10 Re: [PATCH] Erase the distinctClause if the result is unique by definition
Previous Message Artur Zakirov 2020-03-13 01:02:43 Re: v13 latest snapshot build error