commit | b82096a791197b9117bdbfeed8d3018f77b0caf2 | [log] [tgz] |
---|---|---|
author | Stephen Hines <[email protected]> | Wed Nov 18 18:15:10 2020 -0800 |
committer | Stephen Hines <[email protected]> | Wed Nov 18 18:15:10 2020 -0800 |
tree | cc1bf4168c76a3ea5e209a8e913712a5f8edcd46 | |
parent | 74b90a09fd380ae66091d209e03e1398d615d798 [diff] |
Bump to r365631c3. Test: ./build.py Change-Id: Ib111842c199f56ad2bb44084a9f01b6f52417927
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).
$ mkdir llvm-toolchain && cd llvm-toolchain $ repo init -u https://android.googlesource.com/platform/manifest -b llvm-toolchain $ 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.
If you have an additional llvm tree built and present in your $PATH
, then build.py
might fail during the Windows build of libcxxabi with the error 'libstdc++ version must be at least 4.8.'
. The solution is to remove that path from your $PATH
before invoking build.py
.
We have a public mailing list that you can subscribe to: [email protected]