hanchenye-llvm-project/libcxx
Martin Storsjo 11b02759a3 [CMake] Convert paths to the right form in standalone builds on Windows
The paths output from llvm-config --cmakedir and from clang
--print-libgcc-file-name can contain backslashes, while CMake
can't handle the paths in this form.

This matches what compiler-rt already does (since SVN r203789
and r293195).

Differential Revision: https://reviews.llvm.org/D48356

llvm-svn: 335172
2018-06-20 21:03:34 +00:00
..
benchmarks Implement filesystem NB comments, relative paths, and related issues. 2018-04-02 23:03:41 +00:00
cmake [CMake] Convert paths to the right form in standalone builds on Windows 2018-06-20 21:03:34 +00:00
docs Fix typos. 2018-02-13 08:12:00 +00:00
fuzzing Wrote my own version of is_permutation; that was dominating the timings 2018-01-19 03:17:45 +00:00
include [CMake] Use common variable for all header targets NFC 2018-06-12 06:58:06 +00:00
lib [CMake] Use common variable for all header targets NFC 2018-06-12 06:58:06 +00:00
src Fix embarrasing typo in uncaught_exceptions. Update tests to really test this. Thanks to Peter Klotz for calling my attention to this. 2018-05-29 22:25:42 +00:00
test [libcxx] [test] Strip trailing whitespace. NFC. 2018-06-14 00:12:20 +00:00
utils Fix libcxx tests after clang r334677. 2018-06-17 19:58:45 +00:00
www Remove P0771, which was not passed in Rapperswil 2018-06-16 18:03:29 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Set the default ABI version for Fuchsia in CMake as well 2018-04-13 01:59:15 +00:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 2018-06-12 03:10:02 +00:00
TODO.TXT
appveyor-reqs-install.cmd Update Clang version on Appveyor bots 2018-04-04 04:33:09 +00:00
appveyor.yml