diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-02-27 00:23:57 +0300 |
|---|---|---|
| committer | Nicolas Schier <nsc@kernel.org> | 2026-03-03 19:41:50 +0300 |
| commit | 8830b2e5907325bd80543bf6001f80819f5cbfc5 (patch) | |
| tree | 54ce4418d18a57495f11e63fb3eeccf89038cd4c | |
| parent | 102d712ded3ef2ee5b38ee6afa686aff63afd444 (diff) | |
| download | linux-8830b2e5907325bd80543bf6001f80819f5cbfc5.tar.xz | |
Documentation/llvm: drop note about LLVM=0
Since commit 502678b88cb3 ("kbuild: Reject unexpected values for LLVM=")
LLVM=0 generates an error instead of silently behaving unexpectedly.
Drop the now unnecessary note.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://patch.msgid.link/20260226-kbuild-llvm-followup-v1-1-201cc2a492d9@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>
| -rw-r--r-- | Documentation/kbuild/llvm.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst index bc8a283bc44b..441d8786fcbc 100644 --- a/Documentation/kbuild/llvm.rst +++ b/Documentation/kbuild/llvm.rst @@ -71,10 +71,6 @@ recommend:: PATH=/path/to/llvm/:$PATH make LLVM=-14 -``LLVM=0`` is not the same as omitting ``LLVM`` altogether, it will behave like -``LLVM=1``. If you only wish to use certain LLVM utilities, use their -respective make variables. - The same value used for ``LLVM=`` should be set for each invocation of ``make`` if configuring and building via distinct commands. ``LLVM=`` should also be set as an environment variable when running scripts that will eventually run |
