summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
diff options
context:
space:
mode:
authorHamza Sood <hamza_sood@me.com>2017-12-03 10:18:35 +0000
committerHamza Sood <hamza_sood@me.com>2017-12-03 10:18:35 +0000
commit0bf99c69544785186ff1e84b6ff90cb9bf7d81ce (patch)
treeef9574d462f969ead4653973b583d91beb6ac2a9 /libcxx/docs
parent30e4608ccacb10fa451d0da1d8802ec533fb41a6 (diff)
downloadbcm5719-llvm-0bf99c69544785186ff1e84b6ff90cb9bf7d81ce.tar.gz
bcm5719-llvm-0bf99c69544785186ff1e84b6ff90cb9bf7d81ce.zip
Corrected a typo in the building libc++ docs
llvm-svn: 319631
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index d983bbdfd0e..3dae2f41c27 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -130,7 +130,7 @@ just specify a toolset.
-DCMAKE_SYSTEM_NAME=Windows ^
-DCMAKE_C_COMPILER=clang-cl ^
-DCMAKE_C_FLAGS="-fms-compatibility-version=19.00 --target=i686--windows" ^
- -DCMAKE_CXX_COMPILER=clang-c ^
+ -DCMAKE_CXX_COMPILER=clang-cl ^
-DCMAKE_CXX_FLAGS="-fms-compatibility-version=19.00 --target=i686--windows" ^
-DLLVM_PATH=/path/to/llvm/tree ^
-DLIBCXX_ENABLE_SHARED=YES ^
OpenPOWER on IntegriCloud