llvm-project/libcxx
John Ericson f7a33090a9 [cmake] Use `CMAKE_INSTALL_LIBDIR` too
We held off on this before as `LLVM_LIBDIR_SUFFIX` conflicted with it.
Now we return this.

`LLVM_LIBDIR_SUFFIX` is kept as a deprecated way to set
`CMAKE_INSTALL_LIBDIR`. The other `*_LIBDIR_SUFFIX` are just removed
entirely.

I imagine this is too potentially-breaking to make LLVM 15. That's fine.
I have a more minimal version of this in the disto (NixOS) patches for
LLVM 15 (like previous versions). This more expansive version I will
test harder after the release is cut.

Reviewed By: sebastian-ne, ldionne, #libc, #libc_abi

Differential Revision: https://reviews.llvm.org/D130586
2022-08-18 15:33:35 -04:00
..
benchmarks [libc++] Implements Unicode grapheme clustering 2022-07-20 18:38:32 +02:00
cmake [libc++] Simplify how we define the linker script for libc++ 2022-08-03 09:29:50 -04:00
docs [cmake] Use `CMAKE_INSTALL_LIBDIR` too 2022-08-18 15:33:35 -04:00
include [libc++] Replace _LIBCPP_INLINE_VISIBILITY and mark all functions _LIBCPP_HIDE_FROM_ABI in __split_buffer 2022-08-18 19:50:57 +02:00
lib [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort 2022-07-29 13:52:42 -04:00
src [libc++] Simplify how we define the linker script for libc++ 2022-08-03 09:29:50 -04:00
test [libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 defined 2022-08-17 21:14:25 +00:00
utils [NFC][libc++] Fixes a typo. 2022-08-18 17:27:43 +02:00
.clang-format [libc++] Fix merge-conflict in .clang-format 2022-07-28 10:32:02 +02:00
.clang-tidy [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
.gitignore
CMakeLists.txt [cmake] Use `CMAKE_INSTALL_LIBDIR` too 2022-08-18 15:33:35 -04:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00