Re: LLVM strip -x fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Palle Girgensohn <girgen(at)pingpong(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: LLVM strip -x fails
Date: 2023-04-21 17:30:31
Message-ID: 3365649.1682098231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> On 21.04.23 19:00, Tom Lane wrote:
>> If you use both -x and -S, you get the same file sizes as with -x
>> alone. Not sure why we should change anything here.

> The complaint was that -x doesn't work correctly, no?

The complaint was that it doesn't work correctly if you are using
llvm-strip. However, llvm-strip will be picked up by the previous
test for GNU strip, independently of what platform you're on.
The code in question here is only concerned with Apple's strip.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Regina Obe 2023-04-21 17:37:25 RE: Order changes in PG16 since ICU introduction
Previous Message Tom Lane 2023-04-21 17:28:11 Re: Order changes in PG16 since ICU introduction