The cmake script is failing to copy cxxabi.h to the right place because it was...
The cmake script is failing to copy cxxabi.h to the right place because it was generating to destination path like so /include// and dstdir can legally be blank from my interpretation of the script, and this would then generate a path like libcxx/include// which is illegal. llvm-svn: 178579
Loading
Please register or sign in to comment