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=-13.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL 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 0A12FC433E9 for ; Thu, 14 Jan 2021 17:54:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D23FD23A7E for ; Thu, 14 Jan 2021 17:54:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729007AbhANRy3 (ORCPT ); Thu, 14 Jan 2021 12:54:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727705AbhANRy2 (ORCPT ); Thu, 14 Jan 2021 12:54:28 -0500 Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20B8CC061575 for ; Thu, 14 Jan 2021 09:53:46 -0800 (PST) Received: by mail-pg1-x533.google.com with SMTP id g15so4260336pgu.9 for ; Thu, 14 Jan 2021 09:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xfaedLmNvLX9iXMcjLIGfzS3Dnirkc2r8wJOKSFLYxk=; b=ZE7YhPIxnAH9wJH9MuGy59rsc1tN6Erf8CBdzJkGSZhX6hx9uAXE+UCZeP0qJKV7Zq SxGTztF16oB7m1rKMjWwLhgi7fetSqmJUuzLjWcVusufL4s+2zQKE9dEonorB9JMdl89 QD6te7Ookv8gxjLQUH0ORn2RiDMf29EHEXgxCabyCB87N+MvDJBGt96tTlisRptCP+Q2 kkVsak/EyDGDG7PwtG5NkRFBA6W/zagK1OeIKdBwor+df5J9shu48OUQanwDnnKI8wpM ERD3J3hpHgWZcP9TUMikiqWXDif0fb3S8ri/JcIEMzfN+lDKfqajY/o91QE5rKYp8GPL c5Ow== 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=xfaedLmNvLX9iXMcjLIGfzS3Dnirkc2r8wJOKSFLYxk=; b=lAScsD6DIfI2huwshycemYPJOaqdic9L7CNvs5LBsLwlVCvcnuUIlOsTyTA+UYEy98 c8uZRp6jn5eY5W8Cfoyb4Y5u1LjAq/1OpnLJ30Z8jjQ3BIBvIV2fqqm8ubA1CRFXfI20 N+O+iJdPLrH+niXR1USA80wSyYr7PJMbAw+9zUvwegLNuxi2/gBWxdn/3QmrZxZRpioC HN/fZwZ5ERskHaac3nEXrlaFO/evJMaTa4pc2l5F1qPQBHoEybRrF+P5nDLKayLWt//M kRUnCqjQGy0L7NXFuXB/dVLz999yHoDY4ZOpZUeU8oeUlJccFd1rgPWy+gjsbE6o5e8l 87Ug== X-Gm-Message-State: AOAM531cJu1zBcp39DPeBmco6HDSmXDrQegwWnO4px8TLy9wzKUkERat TqOXZ/taBMisS5NEqA7QL2qKd7K0XJxI6B0/eCnhoQM55i4= X-Google-Smtp-Source: ABdhPJyBUypb786yryp6blNciChZStI2I1CDCu88xcv+LslZfIragXD8PM08QyJtJO3hV9yIYpnsAwgnJGYyDZuEM30= X-Received: by 2002:a63:1142:: with SMTP id 2mr8639411pgr.263.1610646825496; Thu, 14 Jan 2021 09:53:45 -0800 (PST) MIME-Version: 1.0 References: <20210114003447.7363-1-natechancellor@gmail.com> <20210114073615.6b9add58@lwn.net> In-Reply-To: <20210114073615.6b9add58@lwn.net> From: Nick Desaulniers Date: Thu, 14 Jan 2021 09:53:34 -0800 Message-ID: Subject: Re: [PATCH] Documentation/llvm: Add a section about supported architectures To: Jonathan Corbet Cc: Nathan Chancellor , Masahiro Yamada , Michal Marek , clang-built-linux , Linux Kbuild mailing list , Linux Doc Mailing List , LKML , Miguel Ojeda Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2021 at 6:36 AM Jonathan Corbet wrote: > > On Wed, 13 Jan 2021 17:19:59 -0800 > Nick Desaulniers wrote: > > > Patch looks fine, but `make -j htmldocs` seems to be taking forever > > for me so I can't render it. Is this a known issue? > > > > $ make -j htmldocs > > SPHINX htmldocs --> file:///android0/linux-next/Documentation/output > > make[2]: Nothing to be done for 'html'. > > WARNING: The kernel documentation build process > > support for Sphinx v3.0 and above is brand new. Be prepared for > > possible issues in the generated output. > > Sphinx 3.x is *way* slower to build the docs, alas. One of many > "improvements" we got with that change. Oh, man, yeah. Noticeably. I had sworn I had run `make htmldocs` before. Have you had a chance to report this regression upstream? -- Thanks, ~Nick Desaulniers