commit | fbdf99f0cfff99c9db83ee72aa801d80328907a3 | [log] [tgz] |
---|---|---|
author | Stephen Hines <[email protected]> | Fri Dec 11 14:04:09 2020 -0800 |
committer | Stephen Hines <[email protected]> | Fri Dec 11 14:06:51 2020 -0800 |
tree | a5fb3fd1a92a9c06ad8f18a6bf97d8761236d7a9 | |
parent | 0b81749784f167253132e3c6535367593698de3b [diff] |
Add a cherry-pick for hwasan. 523cc097fd [hwasan] Fix Thread reuse (try 2). Bug: https://issuetracker.google.com/172191684 Test: ./build.py Change-Id: Ia7e861ec896a408d8fb9b4ead63eaa0884027c16
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]