Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
/ libcxx Public archive

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Mar 25, 2021
1 parent 6d8b6c6 commit 3ed0cca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## libc++

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

Source code is extracted from AOSP's `llvm-project` repository:

```
git clone https://android.googlesource.com/toolchain/llvm-project -b ndk-release-r22
```

0 comments on commit 3ed0cca

Please sign in to comment.