[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] meson: Don't make object files for dtrace on macOS
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH] meson: Don't make object files for dtrace on macOS |
Date: |
Tue, 25 Aug 2020 12:04:17 +0300 |
On Mon, Aug 24, 2020 at 03:24:31PM +0100, Daniel P. Berrangé wrote:
> On Sun, Aug 23, 2020 at 12:05:47PM +0300, Roman Bolshakov wrote:
> > dtrace on macOS uses unresolved symbols with a special prefix to define
> > probes [1], only headers should be generated for USDT (dtrace(1)). But
> > it doesn't support backwards compatible no-op -G flag [2] and implicit
> > build rules fail.
> >
> > 1. https://markmail.org/message/6grq2ygr5nwdwsnb
> > 2. https://markmail.org/message/5xrxt2w5m42nojkz
> >
> > Cc: Daniel P. Berrangé <[email protected]>
> > Cc: Cameron Esfahani <[email protected]>
> > Signed-off-by: Roman Bolshakov <[email protected]>
> > ---
> > trace/meson.build | 13 ++++++++-----
> > 1 file changed, 8 insertions(+), 5 deletions(-)
>
> Reviewed-by: Daniel P. Berrangé <[email protected]>
>
Paolo, should it go through your meson-fixes tree?
Regards,
Roman