mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
fixed a few typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f558122fe5
commit
9139823866
@ -132,7 +132,7 @@ write the variable and the type on the CMake command line:
|
|||||||
Frequently-used CMake variables
|
Frequently-used CMake variables
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Here are listed some of the CMake variables that are used often, along with a
|
Here are some of the CMake variables that are used often, along with a
|
||||||
brief explanation and LLVM-specific notes. For full documentation, check the
|
brief explanation and LLVM-specific notes. For full documentation, check the
|
||||||
CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
|
CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
|
||||||
|
|
||||||
@ -157,8 +157,8 @@ CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
|
|||||||
Extra flags to use when compiling C++ source files.
|
Extra flags to use when compiling C++ source files.
|
||||||
|
|
||||||
**BUILD_SHARED_LIBS**:BOOL
|
**BUILD_SHARED_LIBS**:BOOL
|
||||||
Flag indicating is shared libraries will be built. Its default value is
|
Flag indicating if shared libraries will be built. Its default value is
|
||||||
OFF. Shared libraries are not supported on Windows and not recommended in the
|
OFF. Shared libraries are not supported on Windows and not recommended on the
|
||||||
other OSes.
|
other OSes.
|
||||||
|
|
||||||
.. _LLVM-specific variables:
|
.. _LLVM-specific variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user