llvm-project/libc
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
..
AOR_v20.02 Harmonize Python shebang 2020-07-16 21:53:45 +02:00
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Add a target to install libc in the full build mode. 2022-08-17 22:49:02 +00:00
config [libc][Obvious] Convert an add_header target to add_header_library target. 2022-08-16 20:33:24 +00:00
docs [libc] Implement tanf function correctly rounded for all rounding modes. 2022-08-12 09:21:05 -04:00
fuzzing [libc][NFC] Use STL case for type_traits 2022-07-29 09:57:03 +00:00
include [libc] Add a target to install libc in the full build mode. 2022-08-17 22:49:02 +00:00
lib [cmake] Use `CMAKE_INSTALL_LIBDIR` too 2022-08-18 15:33:35 -04:00
loader [libc] Add implementation of pthread_exit and thrd_exit. 2022-08-10 06:28:47 +00:00
spec [libc] Add missing header and Windows entrypoints for tanf. 2022-08-12 09:34:33 -04:00
src [NFC][libc] Detect HWASAN support macro 2022-08-18 10:19:18 -07:00
test [libc][Obvious] Update the static archive target name for libc-api-test. 2022-08-17 23:18:33 +00:00
utils [libc] enable s(n)printf without fullbuild 2022-08-15 13:45:34 -07:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [cmake] Use `CMAKE_INSTALL_LIBDIR` too 2022-08-18 15:33:35 -04:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.