This revision was automatically updated to reflect the committed changes.
Closed by commit rL321299: [CMake] Allow passing extra CMake arguments to
custom libc++ (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41103?vs=126488&id=127924#toc
Repository:
phosek added a comment.
ping?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41103
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
phosek added a comment.
In https://reviews.llvm.org/D41103#955540, @vitalybuka wrote:
> Can you please add some details about why someone wants to customize LIBXX
> here?
> Or even better attach a patch which uses this.
I plan on using it from https://reviews.llvm.org/D37631 where I currently
vitalybuka added a comment.
Can you please add some details about why someone wants to customize LIBXX here?
Or even better attach a patch which uses this.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41103
___
cfe-commits mailing
phosek created this revision.
Herald added subscribers: Sanitizers, llvm-commits, mgorny.
Herald added a reviewer: EricWF.
This can be used to customize the libc++ build.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41103
Files:
cmake/Modules/AddCompilerRT.cmake
Index: cma