aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-04-03 15:38:36 -0700
committerDan Albert <danalbert@google.com>2018-04-03 15:38:36 -0700
commitcc1dec636f35216b451a722e89df8eb1c6a1861f (patch)
tree384519cc2023a9acdc508592c35c7e6e70233a01 /build/tools
parent5ea7487b540224e4a87e4181f6708e844f523cc1 (diff)
downloadndk-cc1dec636f35216b451a722e89df8eb1c6a1861f.tar.gz
Update Clang to build 4691093.
This isn't a major update to the previous Clang, just a handful of cherry-picks from the clang 6 release branch. Test: ./checkbuild.py && ./run_tests.py Bug: None Change-Id: If9f1cc198518c27668ba6349499be1ca8f7e559c
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 9bcbc5007..6d5459736 100644
--- a/build/tools/prebuilt-common.sh
+++ b/build/tools/prebuilt-common.sh
@@ -1273,7 +1273,7 @@ get_llvm_toolchain_binprefix ()
{
local NAME DIR BINPREFIX
local SYSTEM=${1:-$(get_prebuilt_host_tag)}
- local VERSION=4639204
+ local VERSION=4691093
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"