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

Michael van der Westhuizen r1mikey at gmail.com
Mon Feb 25 22:28:52 PST 2013


Hi William,

Yes, this is the right place.  You're quite right, thanks for the report.

I've sent a patch to cfe-commits for this change.

Michael

On 26 Feb 2013, at 3:23 AM, William Reading <29xt at anmt.net> wrote:

> 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
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev





More information about the cfe-dev mailing list