ANDROID: build: cuttlefish: Upgrade clang to newer version.
authorAlistair Strachan <astrachan@google.com>
Wed, 23 May 2018 01:01:41 +0000 (18:01 -0700)
committerAlistair Strachan <astrachan@google.com>
Wed, 23 May 2018 01:04:12 +0000 (18:04 -0700)
commite47f8ea78ef2034081d665494f8458d60666b0f7
tree9dda05a3eaef89fd14e2874d46238e7247a20a0e
parent3a9585de7073d17cf674b5621ab2b571f8b6b48c
ANDROID: build: cuttlefish: Upgrade clang to newer version.

The last upgrade introduced a new build failure, because it had a bug
which caused it to emit PLT relocations, certain types of which cannot
be handled by the reloc tool in the kernel.

See https://bugs.llvm.org/show_bug.cgi?id=36674 for more details.

Bug: 63889157
Change-Id: I813febdbacb0579abcb12dc7f2164cce1e2f5a26
Signed-off-by: Alistair Strachan <astrachan@google.com>
build.config.cuttlefish.x86_64