Switch to clang-2658975.
Bug: http://b/27482631 This fixes an issue where krait compiles were not passing the proper flags to the assembler when -no-integrated-as is used. This was preventing ART from switching to clang in some cases. Change-Id: I24966bf1ff84305df3586ab01d1aae7d5922aa11
This commit is contained in:
parent
1f310530fc
commit
c503d8ef58
|
@ -1,5 +1,5 @@
|
|||
## Clang/LLVM release versions.
|
||||
|
||||
LLVM_RELEASE_VERSION := 3.8
|
||||
LLVM_PREBUILTS_VERSION ?= clang-2629532
|
||||
LLVM_PREBUILTS_VERSION ?= clang-2658975
|
||||
LLVM_PREBUILTS_BASE ?= prebuilts/clang/host
|
||||
|
|
Loading…
Reference in New Issue