Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 986 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 986 Bytes

Android Clang/LLVM Toolchain

For the latest version of this doc, please make sure to visit: Android Clang/LLVM Toolchain Readme Doc

You can also visit the Android Clang/LLVM Prebuilts Readme Doc 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]