Skip to content

Commit

Permalink
Documentation/llvm: fix the name of llvm-size
Browse files Browse the repository at this point in the history
The tool is called llvm-size, not llvm-objsize.

Fixes: fcf1b6a ("Documentation/llvm: add documentation on building w/ Clang/LLVM")
Signed-off-by: Fangrui Song <maskray@google.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Fangrui Song authored and Masahiro Yamada committed Apr 8, 2020
1 parent 4dcc9a8 commit 0f44fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/kbuild/llvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LLVM has substitutes for GNU binutils utilities. These can be invoked as
additional parameters to `make`.

make CC=clang AS=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \\
OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump OBJSIZE=llvm-objsize \\
OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump OBJSIZE=llvm-size \\
READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar \\
HOSTLD=ld.lld

Expand Down

0 comments on commit 0f44fbc

Please sign in to comment.