From 28e028680b3c0551db3a9b71c8fe6b66aac2433b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 May 2019 17:40:06 +0200 Subject: Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY support ...for ASan/UBSan builds using Clang older than current trunk twoards Clang 9, as announced at "Re: [Libreoffice-commits] core.git: The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...". (And drop the no longer needed solenv/sanitizers/asan-suppressions, which people might still reference from their ASAN_OPTIONS.) Change-Id: Iedc0c5955366d2cbe7dc847990e2b1576750e85b Reviewed-on: https://gerrit.libreoffice.org/72493 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- solenv/gbuild/platform/unxgcc.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'solenv/gbuild/platform/unxgcc.mk') diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk index df5eb7ca94c6..8854aab6c425 100644 --- a/solenv/gbuild/platform/unxgcc.mk +++ b/solenv/gbuild/platform/unxgcc.mk @@ -84,9 +84,6 @@ endif ifneq ($(HAVE_LD_BSYMBOLIC_FUNCTIONS),) gb_LinkTarget_LDFLAGS += -Wl,-Bsymbolic-functions -ifeq ($(NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY),TRUE) -gb_LinkTarget_LDFLAGS += -Wl,--dynamic-list-cpp-typeinfo -endif endif gb_LINKEROPTFLAGS := -Wl,-O1 -- cgit