aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-02-26 09:58:20 -0800
committerDan Albert <danalbert@google.com>2019-02-26 09:59:23 -0800
commitf27ee3f3a0ee28e79d49ce8705f1813b70c7d586 (patch)
treec8732efbba3eb15a6dd82166384e7992fa1ead21 /build/tools
parent0707518501bfbbc274eba8793de58634a1e264f3 (diff)
downloadndk-f27ee3f3a0ee28e79d49ce8705f1813b70c7d586.tar.gz
Update to clang-r349610b.
Test: ./checkbuild.py && ./run_tests.py Bug: None Change-Id: Id3f796ec7182655ac8663beb2a5f77abcd60a1a9
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 f85766084..4036fa469 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=r346389c
+ local VERSION=r349610b
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"