Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu13f-00Fdn8-5x for pgsql-hackers@arkaria.postgresql.org; Sat, 21 Oct 2023 01:45:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qu13c-00B2BN-Nv for pgsql-hackers@arkaria.postgresql.org; Sat, 21 Oct 2023 01:45:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu13c-00B2Aw-ET for pgsql-hackers@lists.postgresql.org; Sat, 21 Oct 2023 01:45:41 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qu13a-001oyW-Ge for pgsql-hackers@lists.postgresql.org; Sat, 21 Oct 2023 01:45:40 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 39L1jS0C4022691; Fri, 20 Oct 2023 21:45:28 -0400 From: Tom Lane To: Thomas Munro cc: Mark Wong , Ronan Dunklau , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , PostgreSQL Hackers , Fabien COELHO , Dmitry Dolgov <9erthalion6@gmail.com>, Andres Freund Subject: Re: LLVM 16 (opaque pointers) In-reply-to: References: <5716086.DvuYhMxLoT@aivenlaptop> <2700884.mvXUDI8C0e@aivenlaptop> <20231020221213.zlgwsh7wtwyz33ag@awork3.anarazel.de> Comments: In-reply-to Thomas Munro message dated "Sat, 21 Oct 2023 13:45:31 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4022689.1697852728.1@sss.pgh.pa.us> Date: Fri, 20 Oct 2023 21:45:28 -0400 Message-ID: <4022690.1697852728@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > (It'd be nice if the > build farm logged "$LLVM_CONFIG --version" somewhere.) It's not really the buildfarm script's responsibility to do that, but feel free to make configure do so. regards, tom lane