Home | History | Annotate | Download | only in llvm-libc++

Lines Matching refs:to

37 # For now, this library can only be used to build C++11 binaries.
47 # LIBCXXRT tells the library to support building against the libcxxrt
52 # Since libcxxrt seems to hard to port to Android, use GAbi++ instead.
54 # to tell them they'll be part of libc++.
56 # This is also used in a couple of places inside of libc++ to deal with
62 # Find the GAbi++ sources to include them here.
63 # The voodoo below is to allow building libc++ out of the NDK source
64 # tree. This can make it easier to experiment / update / debug it.