From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29092C433E4 for ; Tue, 25 Aug 2020 22:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E329F20706 for ; Tue, 25 Aug 2020 22:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726751AbgHYW4h (ORCPT ); Tue, 25 Aug 2020 18:56:37 -0400 Received: from ms.lwn.net ([45.79.88.28]:33580 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726610AbgHYW4h (ORCPT ); Tue, 25 Aug 2020 18:56:37 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id ED26C2BA; Tue, 25 Aug 2020 22:56:35 +0000 (UTC) Date: Tue, 25 Aug 2020 16:56:34 -0600 From: Jonathan Corbet To: Nathan Chancellor Cc: Nick Desaulniers , Masahiro Yamada , Michal Marek , Randy Dunlap , Theodore Ts'o , Kees Cook , Will Deacon , Borislav Petkov , "Alexander A. Klimov" , clang-built-linux@googlegroups.com, linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: add minimum clang/llvm version Message-ID: <20200825165634.46a90fac@lwn.net> In-Reply-To: <20200825225131.GA2702183@ubuntu-n2-xlarge-x86> References: <20200825222552.3113760-1-ndesaulniers@google.com> <20200825225131.GA2702183@ubuntu-n2-xlarge-x86> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Aug 2020 15:51:31 -0700 Nathan Chancellor wrote: > > +Clang/LLVM (optional) 10.0.1 clang --version > > Maybe it is worth making the "(optional)" a footnote like Sphinx? Seems > to just kind of stick out to me but I do not have a strong opinion > unless others do. Let's not do that; the table needs to be properly readable in plain-text format. Adding that sort of markup will just serve to obfuscate things. Thanks, jon