llvm-project/libcxx
Louis Dionne 6e43f3fc14 [libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR
I'm not sure what that gains us, and it creates a problem when
trying to run the tests against libc++ with a custom install name
dir (e.g. /usr/lib), since the library that we link against (in
the build tree) will advertise itself as /usr/lib/libc++.dylib,
so we end up linking against the system dylib at runtime.

Differential Revision: https://reviews.llvm.org/D105499
2021-07-06 14:46:47 -04:00
..
benchmarks
cmake
docs [libc++][docs] Overhaul the documentation for building and using libc++ 2021-07-06 14:09:14 -04:00
include [libc++] NFC: Sort header lists and remove outdated comments in modulemap 2021-07-06 14:45:52 -04:00
lib
src
test [libcxx][modularisation] splices `<iterator>` into individual headers 2021-07-06 17:59:21 +00:00
utils [libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR 2021-07-06 14:46:47 -04:00
.clang-format
.gitignore
CMakeLists.txt [libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR 2021-07-06 14:46:47 -04:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT
appveyor-reqs-install.cmd
appveyor.yml