Try to fix docs build after rL271440

llvm-svn: 271452
This commit is contained in:
Tamas Berghammer 2016-06-02 00:26:18 +00:00
parent 9d4eb6f389
commit 8efdbd4074
1 changed files with 2 additions and 2 deletions

View File

@ -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.