https://github.com/wantguns/toolchain_llvm_android
https://github.com/wantguns/toolchain_llvm_android
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wantguns/toolchain_llvm_android
- Owner: wantguns
- License: other
- Created: 2020-07-17T21:04:13.000Z (almost 5 years ago)
- Default Branch: llvm-r353983
- Last Pushed: 2020-08-16T08:06:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T20:09:34.886Z (4 months ago)
- Language: Python
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Clang/LLVM Toolchain
============================For the latest version of this doc, please make sure to visit:
[Android Clang/LLVM Toolchain Readme Doc](https://android.googlesource.com/toolchain/llvm_android/+/master/README.md)You can also visit the
[Android Clang/LLVM Prebuilts Readme Doc](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/README.md)
for more information about our prebuilt toolchains (and what versions they are based upon).Build Instructions
------------------```
$ mkdir llvm-toolchain && cd llvm-toolchain
$ repo init -u https://github.com/WantGuns/manifest -b llvm-r353983
$ repo sync -c
$ python toolchain/llvm_android/build.py
```If building on Linux, pass `--no-build windows` to `build.py` to skip
building Clang for Windows.More Information
----------------We have a public mailing list that you can subscribe to:
[[email protected]](https://groups.google.com/forum/#!forum/android-llvm)