You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/lib
Chandler Carruth 7a033ca056 [cmake/multilib] Teach libc++'s CMake build to support multilib libdir
suffixes like 'lib64' or 'lib32'.

This support is currently very rhudimentary. We define a variable
LIBCXX_LIBDIR_SUFFIX. In a standalone build of libc++ this can be
directly set as a cached variable to control the multilib suffix used.
When building libc++ within a larger LLVM build, it is hard wired to
whatever LLVM libdir suffix has been selected. If this doesn't work for
someone, just let me know. I'm happy to change it.

This is essentially new functionality for libc++ so I don't expect it to
have any impact for folks until they start setting these variables.
However, I know libc++ is built in a diverse set of environments so just
let me know if this causes you any problems.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224926 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
CMakeLists.txt [cmake/multilib] Teach libc++'s CMake build to support multilib libdir 11 years ago
buildit Not everyone uses bash, so fix test syntax. 12 years ago
libc++abi.exp Add typeinfo for char16_t, char32_t and nullptr. 15 years ago
libc++abi2.exp At least temporarily move operator new/delete from the abi back to here. I'm having trouble reexporting it as a weak symbol. 14 years ago
libc++sjlj-abi.exp on Darwin re-export C++0x type infos 15 years ago
libc++unexp.exp Effort to reduce the number of exported symbols 15 years ago
notweak.exp <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak 15 years ago
weak.exp Fix <rdar://problem/10136825> 14 years ago