[PATCH] D11740: ABI versioning macros for libc++
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 27 17:03:21 PDT 2015
EricWF added a comment.
In http://reviews.llvm.org/D11740#234760, @eugenis wrote:
> There is a bit of a problem with testing libc++. If the library is built for the non-default ABI, we can not build tests against headers in libc++ source. And the headers in the build directory are only updated when cmake is re-run. I guess the latter can be fixed by updating the headers with a custom_target instead of a file(COPY).
Yuck. I'll fix that in http://reviews.llvm.org/D11963.
http://reviews.llvm.org/D11740
More information about the cfe-commits
mailing list