From owner-dev-commits-src-main@freebsd.org Wed Sep 1 00:40:06 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DC42678C38; Wed, 1 Sep 2021 00:40:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GzlZX4HBHz3R7H; Wed, 1 Sep 2021 00:40:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f179.google.com with SMTP id j15so1668664ila.1; Tue, 31 Aug 2021 17:40:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dl61Ud2MLVWzqm9oGPSWqNAwo/dT3cQA9ITeOY+T5J8=; b=lGCrgN4IGEis7mVZrypAHObnlTNxHBeOqUT/f9l8X9VJUQHbBg3AiTiiGpK0yo/NSD NcbC/G+yIcQEjM7e7g7SShwHRcBi5iMJ2d++7jYYZIGr+5LjmEmVZMVd8W2Y83W6byMH zse1h7RCWhBcdsxAt0P+2f7BPBAmeYozcots83yZc/2gxGNm92KvfocpGnmKknvqN+ih 4QrIMNppKInLkf4PXcAYyl8j6k6l78+ci6DnVGJjIAS6QSRaUvczr4dwUZbwGcgAlUEv zGlIAULp009FJB7lwfQkJA7bT+JEiyUOPB8Oeo1BmUpUn+BVdctDVDRTb3iwgCH9mfxw Zucw== X-Gm-Message-State: AOAM532nJLleDbGjUN3IXVZBY58IWBQjbZidI8tDeKUGA0YMHzHlA2He ZZLLFc/lCoUlMI6LIZF9Y5I9imJVfP4rRR7tarkc6/GDIhU= X-Google-Smtp-Source: ABdhPJzdECHq2CX9mJv5/h6NC7yNUYi1bNU1bphbnyfVMASDbCQcymThlX33FZCekERSaGN322+vk5idZlNZoASI0fA= X-Received: by 2002:a05:6e02:8f2:: with SMTP id n18mr22654924ilt.256.1630456797337; Tue, 31 Aug 2021 17:39:57 -0700 (PDT) MIME-Version: 1.0 References: <202108301457.17UEvCRv008780@gitrepo.freebsd.org> In-Reply-To: From: Ed Maste Date: Tue, 31 Aug 2021 20:39:41 -0400 Message-ID: Subject: Re: git: 4d0dc60f1401 - main - xinstall: fix invocation of llvm-strip To: Mitchell Horne Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4GzlZX4HBHz3R7H X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.179 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-1.74 / 15.00]; RCVD_TLS_ALL(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; ARC_NA(0.00)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.26)[0.259]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.179:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.179:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[dev-commits-src-all,dev-commits-src-main]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 00:40:06 -0000 On Mon, 30 Aug 2021 at 11:24, Ed Maste wrote: > > GNU strip also handles --, so ideally we'd have llvm-strip also accept > it. Given plans to switch to the LLVM version of various binutils > (D31060) we should aim for as complete command-line compatibility as > possible. I've added a note to this effect in D31060. It looks like llvm-strip (main) supports -- now: $ llvm-strip11 -o /dev/null -- /usr/bin/true llvm-strip: error: unknown argument '--' $ ~/src/llvm-project/build/bin/llvm-strip -o /dev/null -- /usr/bin/true $ echo $? 0 so I expect this will be supported by the time we're ready to switch to llvm-binutils