summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-08-28 18:16:18 +0000
committerEric Fiselier <eric@efcs.ca>2016-08-28 18:16:18 +0000
commit42ef22bfbf5f8ef00013b02f66ebae61d2b17440 (patch)
treefc7be2e29ca0a2e37710016cb15c08334744e506 /www/index.html
parent866c52aec560be32b4d6e33161ff33117e539d94 (diff)
[CMake] Apply r279151 cleanup to libc++abi.
This patch applies changes similar to those in r279515 to libc++abi. Summary of changes in this patch: * Renamed variable LLVM_CONFIG -> LLVM_CONFIG_PATH * Renamed variable LIBCXXABI_BUILT_STANDALONE -> LIBCXXABI_STANDALONE_BUILD * Add an include of AddLLVM in the tests subdirectory for add_lit_testsuite. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@279936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index bf4f8cf..b86306e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -104,7 +104,7 @@
configure CMake using either of the following options.
</p>
<ul>
- <li><code>-DLLVM_CONFIG=path/to/llvm-config</code></li>
+ <li><code>-DLLVM_CONFIG_PATH=path/to/llvm-config</code></li>
<li><code>-DLLVM_PATH=path/to/llvm-source-root</code></li>
</ul>