Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1278120pxu; Mon, 23 Nov 2020 16:51:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJy7u3mKN8QKOSFuPs2BXRvDDGfhWhtSoBnxzppkWUJ8VeXb9gpy4W6Zlb9phbMsV52AH07W X-Received: by 2002:a05:6402:22af:: with SMTP id cx15mr1661492edb.207.1606179082319; Mon, 23 Nov 2020 16:51:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606179082; cv=none; d=google.com; s=arc-20160816; b=HkFjm2P4Us5i85rwoVVcLKn8wXyuXmGWFStMMugh4+7+CpDa7Ks9MIHc6bAWBaVfCb 0KPaMlSC4xuLPv8dth+zw23WdL4wFAkFj9Ah5An7ynoE7JNi9s25MB3kHkaMSxbfOI9J cVbEFciOVJWVDcyXjE4WvIvj937ANt0dKD3MxHhPVmSvw6TzWW+3UJphPB6PkOSH1lGr lW5Mi5/gbXpZGdT0W3T2NCnDlkHPcliUSt/wp8/5t/H0eJc2jRFBoJ28qfExxs+ccNid lFu4IlQLFUmjI92iaU6idJgbUKfbjWetpvx99ipQZs1wEngldgkTNPmj3ssdQxlxQCjY 4Ljg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Seq8320VmUVl/4hZxYOgACMSFe7Axi4Al+O2bKWse9o=; b=DlIP4pOmKCS1xATm6I2WFYWPvIZFXzuttfn2ggYGVL6hS9gqf9y+4D/ZrMkJd/r7gw IchQAaDrpyLpufmAJq1VQkFFeF88JbSKEAUkAsqdXHFhTwnn+LBuXGGhbimJOubYvhhZ xi2m9d5L4E7P41Np/E3cZuX2V2YEuMYP7W8Pz6/fpDYi3jUdxiOWCa1w2Y+LDsPbyksk +gBgnEJIf4q8eEjquUY9znidTHLtJHYie2xLGw04V1XyIi+R/XYJsbKYHcx3RCgq7Q8O VbxNudn96yuA+DWGILd82Ji0tFcrgFNRBWec5XC9PBWTIOJSCFbfMSZsrLi0NL3ldfQ4 665Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q18si7566734ejx.84.2020.11.23.16.50.57; Mon, 23 Nov 2020 16:51:22 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730693AbgKXAjR (ORCPT + 99 others); Mon, 23 Nov 2020 19:39:17 -0500 Received: from gate.crashing.org ([63.228.1.57]:54078 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728093AbgKXAjQ (ORCPT ); Mon, 23 Nov 2020 19:39:16 -0500 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 0AO0Xw1G006038; Mon, 23 Nov 2020 18:33:58 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 0AO0XvPD006033; Mon, 23 Nov 2020 18:33:57 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Mon, 23 Nov 2020 18:33:57 -0600 From: Segher Boessenkool To: Arvind Sankar Cc: Nick Desaulniers , Masahiro Yamada , Jakub Jelinek , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-toolchains@vger.kernel.org, clang-built-linux , Fangrui Song , Nathan Chancellor , Sedat Dilek , Dmitry Golovin , Alistair Delva Subject: Re: [PATCH v2 3/4] Kbuild: make DWARF version a choice Message-ID: <20201124003357.GR2672@gate.crashing.org> References: <20201104005343.4192504-1-ndesaulniers@google.com> <20201104005343.4192504-4-ndesaulniers@google.com> <20201123232210.GA208735@rani.riverdale.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201123232210.GA208735@rani.riverdale.lan> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 23, 2020 at 06:22:10PM -0500, Arvind Sankar wrote: > Btw, is -gsplit-dwarf at all useful for assembler files? If you invoke the assembler via the compiler, with that flag it still creates separate .o and .dwo files (via objcopy invocations as usual). Whether that is useful depends on if you have any debug info that can be split :-) Segher