aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-09-16 15:03:48 -0700
committerDan Albert <danalbert@google.com>2019-09-16 15:03:48 -0700
commit09ec0e64245a1c1f610e59f8d3e2a78ce209ba18 (patch)
tree5770bee15867e46ddffe2a6fd1d1e1a1b09f5c28 /build/tools
parentb05051c26461be93cbc41acee3c4fa2ee1648bfc (diff)
downloadndk-09ec0e64245a1c1f610e59f8d3e2a78ce209ba18.tar.gz
Update to clang-r365631b.
Includes the fix for 32-bit x86 with gold, and also the `-static-openmp` driver option. Test: ./checkbuild.py && ./run_tests.py Bug: https://github.com/android/ndk/issues/1028 Bug: https://github.com/android/ndk/issues/1076 Change-Id: Ide30be0e318d861bf8491cae03e3374e1893d2bb
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 8b5492d06..9e2050ead 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=r365631
+ local VERSION=r365631b
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"