Enable clang compilation with libc but not linker.
Clang is still disabled for x86 and x86_64 long double code,
for x86_64 special assembly instruction, and the linker module.
BUG: 17163651
BUG: 17302991
BUG: 17403674
(cherry picked from commit b58db8b083)
Change-Id: I916c05056d37a9c287b0a5ae3b1a209d98c8f70e
This commit is contained in:
committed by
Dmitriy Ivanov
parent
7210c41fdc
commit
81fe2b16dc
@@ -9,6 +9,8 @@
|
||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
||||
LOCAL_MODULE_SUFFIX := $(TARGET_EXECUTABLE_SUFFIX)
|
||||
|
||||
# Clang calls /usr/bin/ld: unrecognized option '--icf=safe', http://b/17403674.
|
||||
LOCAL_CLANG := false
|
||||
include $(BUILD_SYSTEM)/dynamic_binary.mk
|
||||
|
||||
# See build/core/executable_internal.mk
|
||||
|
||||
Reference in New Issue
Block a user