aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-06-06 14:09:11 -0700
committerHaibo Huang <hhb@google.com>2019-08-15 18:52:38 -0700
commit866f9d3e318c8f9e0b0299b7d583d021c9f88958 (patch)
treea26f30f8e7c4407218195b475f96907481e2f11b /build/tools
parentc87cce4a30315941efd1109ae1c8c8e1dc29fedf (diff)
downloadndk-866f9d3e318c8f9e0b0299b7d583d021c9f88958.tar.gz
Update Clang to r365631.
Test: ./checkbuild.py && ./run_tests.py Bug: https://github.com/android-ndk/ndk/issues/855 Bug: https://github.com/android-ndk/ndk/issues/884 Change-Id: I231e74e78b83b695e5675d0b21473ecc3f30ffbd
Diffstat (limited to 'build/tools')
-rw-r--r--build/tools/prebuilt-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/prebuilt-common.sh b/build/tools/prebuilt-common.sh
index 4036fa469..8b5492d06 100644
--- a/build/tools/prebuilt-common.sh
+++ b/build/tools/prebuilt-common.sh
@@ -1247,7 +1247,7 @@ get_llvm_toolchain_binprefix ()
{
local NAME DIR BINPREFIX
local SYSTEM=${1:-$(get_prebuilt_host_tag)}
- local VERSION=r349610b
+ local VERSION=r365631
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"