Remove dangling reference to LLVMgold.so
We removed LLVMgold.so from the Android LLVM for a long time. Change-Id: I334d93659f801cc3bcfff1162adc950c83ed14ba Test: presubmit
This commit is contained in:
parent
08cb169cbe
commit
bb31ca1168
1 changed files with 0 additions and 1 deletions
|
@ -413,7 +413,6 @@ ifneq ($(filter cfi,$(my_sanitize)),)
|
|||
my_cflags += -fvisibility=default
|
||||
endif
|
||||
my_ldflags += $(CFI_EXTRA_LDFLAGS)
|
||||
my_arflags += --plugin $(LLVM_PREBUILTS_PATH)/../lib64/LLVMgold.so
|
||||
|
||||
ifeq ($(LOCAL_FORCE_STATIC_EXECUTABLE),true)
|
||||
my_ldflags := $(filter-out -fsanitize-cfi-cross-dso,$(my_ldflags))
|
||||
|
|
Loading…
Reference in a new issue