[cfe-dev] Typo on http://libcxx.llvm.org/index.html

William Reading 29xt at anmt.net
Mon Feb 25 17:23:25 PST 2013


Howdy,

Not sure if this the right place to bug about this, but I noticed that this:

CC=clang CXX=clang++ cmake -G "Unix Makefiles"
-DLIBCXX_CXX_ABI=libcxxrt
-DLIBCXX_LIBCXXABI_INCLUDE_PATHS="<libcxxrt-source-dir>/src"
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
<libc++-source-dir>

should probably be this:

CC=clang CXX=clang++ cmake -G "Unix Makefiles"
-DLIBCXX_CXX_ABI=libcxxrt
-DLIBCXX_LIBCXXRT_INCLUDE_PATHS="<libcxxrt-source-dir>/src"
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
<libc++-source-dir>

Cheers,
William Reading



More information about the cfe-dev mailing list