aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-08-28 16:24:47 -0700
committerDan Albert <danalbert@google.com>2018-09-24 16:38:31 -0700
commit0c445740176c89c87ac127a293a02bc46bb641a4 (patch)
treed0367d7d3db9d96e0d89310326039955b11435dc /checkbuild.py
parentc431ecd2f8ee2d00b8ae8844572405ae703cdec5 (diff)
downloadndk-0c445740176c89c87ac127a293a02bc46bb641a4.tar.gz
Update to clang-r339409.
Test: ./checkbuild.py && ./run_tests.py Bug: https://github.com/android-ndk/ndk/issues/780 Change-Id: I5059882ecab898929979ae5d7e2ead9349eb24c1
Diffstat (limited to 'checkbuild.py')
-rwxr-xr-xcheckbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbuild.py b/checkbuild.py
index dabe687f0..641891130 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -220,7 +220,7 @@ def _install_file(src_file, dst_file):
class Clang(ndk.builds.Module):
name = 'clang'
path = 'toolchains/llvm/prebuilt/{host}'
- version = 'clang-r328903'
+ version = 'clang-r339409'
notice_group = ndk.builds.NoticeGroup.TOOLCHAIN
@property