Merge "Disable lld for windows host modules" am: 060c99c33e
am: e1b1ea3d23
Change-Id: I1b9b2c34cafb83c1fca09a166911c8179e0e79bd
This commit is contained in:
committed by
android-build-merger
commit
06fd7f52d1
@@ -18,10 +18,14 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Do not use LLD for Darwin host executables or shared libraries.
|
|
||||||
# See https://lld.llvm.org/AtomLLD.html for status of lld for Mach-O.
|
|
||||||
ifeq ($(LOCAL_IS_HOST_MODULE),true)
|
ifeq ($(LOCAL_IS_HOST_MODULE),true)
|
||||||
|
# Do not use LLD for Darwin host executables or shared libraries. See
|
||||||
|
# https://lld.llvm.org/AtomLLD.html for status of lld for Mach-O.
|
||||||
ifeq ($(HOST_OS),darwin)
|
ifeq ($(HOST_OS),darwin)
|
||||||
my_use_clang_lld := false
|
my_use_clang_lld := false
|
||||||
endif
|
endif
|
||||||
|
# http://b/110800681 - lld cannot link Android's Windows modules yet.
|
||||||
|
ifeq ($(HOST_CROSS_OS),windows)
|
||||||
|
my_use_clang_lld := false
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user