[PATCH] llvm-config: Fix typo.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Dec 24 18:36:19 PST 2013
Applied in r197996, thank you to let me know!
2013/12/25 Vinson Lee <vlee at freedesktop.org>:
> Fix typo introduced with r197664.
>
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
> tools/llvm-config/llvm-config.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/llvm-config/llvm-config.cpp b/tools/llvm-config/llvm-config.cpp
> index 2ee1da6..53368ff 100644
> --- a/tools/llvm-config/llvm-config.cpp
> +++ b/tools/llvm-config/llvm-config.cpp
> @@ -147,7 +147,7 @@ Options:\n\
> --cflags C compiler flags for files that include LLVM headers.\n\
> --cxxflags C++ compiler flags for files that include LLVM headers.\n\
> --ldflags Print Linker flags.\n\
> - --system-libs Sytem Libraries needed to link against LLVM components.\n\
> + --system-libs System Libraries needed to link against LLVM components.\n\
> --libs Libraries needed to link against LLVM components.\n\
> --libnames Bare library names for in-tree builds.\n\
> --libfiles Fully qualified library filenames for makefile depends.\n\
> --
> 1.8.3.2
>
More information about the llvm-commits
mailing list