commit | 538a1449e14f3bb1ffd76ecdee2dcea9fcc6cd27 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <[email protected]> | Tue Jul 30 16:56:06 2019 -0700 |
committer | Pirama Arumuga Nainar <[email protected]> | Wed Jul 31 10:26:33 2019 -0700 |
tree | b4d8525af0c15c2f7de7e07cf1b79fd1717a2f18 | |
parent | 2676146f933fbb9f28f394e1b92da95afb368e2f [diff] |
Build with soong_ui.bash in test_compiler.py Directly invoking make is no longer supported. Test: test_compiler.py in master-plus-llvm branch Change-Id: I2b0982eebc5872e60fd5f162fd4229a744f35009
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]