mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
llvm-config: Fix typo in help message introduced with r197664.
Thanks, Vinson Lee! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eeabc572b9
commit
77a3598ecd
@ -147,7 +147,7 @@ Options:\n\
|
|||||||
--cflags C compiler flags for files that include LLVM headers.\n\
|
--cflags C compiler flags for files that include LLVM headers.\n\
|
||||||
--cxxflags 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\
|
--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\
|
--libs Libraries needed to link against LLVM components.\n\
|
||||||
--libnames Bare library names for in-tree builds.\n\
|
--libnames Bare library names for in-tree builds.\n\
|
||||||
--libfiles Fully qualified library filenames for makefile depends.\n\
|
--libfiles Fully qualified library filenames for makefile depends.\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user