Update toolchain revision to r344140

and bump revision number to 3.

Bug: 111759196
Change-Id: I9f35318b56c72d75a8c643287addd081d9337a73
1 file changed
tree: e48599082560dc4ce4081aa33f3231c7e5ab54a0
  1. .gitignore
  2. __init__.py
  3. AddressSanitizer.md
  4. android_version.py
  5. bisect_driver.py
  6. build.py
  7. compiler_wrapper.py
  8. mapfile.py
  9. merge_from_upstream.py
  10. MODULE_LICENSE_BSD_LIKE
  11. MODULE_LICENSE_MIT
  12. PREUPLOAD.cfg
  13. README.md
  14. test_compiler.py
  15. update-lldb-prebuilts.py
  16. update-prebuilts.py
  17. utils.py
  18. version.py
README.md

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://android.googlesource.com/platform/manifest -b llvm-toolchain
$ repo sync -c
$ python toolchain/llvm_android/build.py

If building on Linux, pass the --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: android-llvm@googlegroups.com