diff options
-rw-r--r-- | llvm/docs/CMake.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 794db861d6c..3120677e608 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -344,8 +344,8 @@ LLVM-specific variables llvm. For each project LLVM_EXTERNAL_<NAME>_SOURCE_DIR have to be specified with the path for the source code of the project. Example: ``-DLLVM_EXTERNAL_PROJECTS="Foo;Bar" - -DLLVM_EXTERNAL_FOO_SOURCE_DIR=/src/foo - -DLLVM_EXTERNAL_BAR_SOURCE_DIR=/src/bar``. + -DLLVM_EXTERNAL_FOO_SOURCE_DIR=/src/foo + -DLLVM_EXTERNAL_BAR_SOURCE_DIR=/src/bar``. **LLVM_USE_OPROFILE**:BOOL Enable building OProfile JIT support. Defaults to OFF. |