aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-09-27 13:48:00 -0700
committerDan Albert <danalbert@google.com>2019-09-27 13:48:00 -0700
commite4d35c61e24f5935597b1f9516d6d6c5db3ce384 (patch)
tree9424e2b2f01a9427dd92650812436df46def2b8d /build/tools
parentd68585a19358d55940bd974e012784f8593eada5 (diff)
downloadndk-e4d35c61e24f5935597b1f9516d6d6c5db3ce384.tar.gz
Update Clang to r365631c.
Test: Compared outputs of GNU strip to llvm-strip Test: ./checkbuild.py && ./run_tests.py Bug: https://github.com/android/ndk/issues/1083 Change-Id: Id7f7a010113d07286eb545eba65d9ec56cd9e4de
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 9e2050ead..3a0e095f8 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=r365631b
+ local VERSION=r365631c
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"