From bb31ca1168df6326d6f8eee7a834a974aafed6ed Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 20 Jul 2023 08:01:16 +0000 Subject: [PATCH] Remove dangling reference to LLVMgold.so We removed LLVMgold.so from the Android LLVM for a long time. Change-Id: I334d93659f801cc3bcfff1162adc950c83ed14ba Test: presubmit --- core/config_sanitizers.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/config_sanitizers.mk b/core/config_sanitizers.mk index 7fa190f7b3..82b17beab3 100644 --- a/core/config_sanitizers.mk +++ b/core/config_sanitizers.mk @@ -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))