LLVM libc++ without exception and RTTI, specifically for Android.
Go to file
2023-10-03 17:20:52 -07:00
benchmarks Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
cmake Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
docs Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
include Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
lib Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
src Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
test Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
utils Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
.clang-format Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
.clang-tidy Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
.gitignore Upstream to AOSP ndk-release-r22 2021-03-25 00:29:10 -07:00
Android.mk Upstream to latest libcxx from NDK 2023-10-03 17:20:52 -07:00
appveyor-reqs-install.cmd Upstream to AOSP ndk-release-r22 2021-03-25 00:29:10 -07:00
appveyor.yml Upstream to LLVM 15 2022-08-19 16:24:39 -07:00
CMakeLists.txt Upstream to LLVM 15 2022-08-19 16:24:39 -07:00
CREDITS.TXT Upstream to LLVM 15 2022-08-19 16:24:39 -07:00
LICENSE.TXT Upstream to AOSP ndk-release-r22 2021-03-25 00:29:10 -07:00
README.md Upstream to LLVM 15 2022-08-19 16:24:39 -07:00
TODO.TXT Upstream to LLVM 15 2022-08-19 16:24:39 -07:00

libc++

LLVM libc++, specifically for Android, removing exception and RTTI support.

Source code is extracted from both the upstrean and AOSP llvm-project repository.