OSDN Git Service

Enable 64-bit builds of all host LLVM tools.
authorStephen Hines <srhines@google.com>
Wed, 5 Nov 2014 00:37:08 +0000 (16:37 -0800)
committerStephen Hines <srhines@google.com>
Wed, 5 Nov 2014 00:48:05 +0000 (16:48 -0800)
commitf514d2c2b4a722b311d2f2c2a8762d7a83d42c00
tree4c92842cfc07cb727a9cd93a018831da9ebf7c6c
parent3160f5018b58edd927dc288630f115b8f910f8f3
Enable 64-bit builds of all host LLVM tools.

Bug: 10653601
Bug: 13751317

We need to manually specify the same libgcc_s that is linked with all other
host tools, because the libc++ build rules explicitly pass -nodefaultlibs.

Change-Id: I09e7d2894e2be90ac81223b523688973fcb7de9a
llvm-host-build.mk