diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-05-17 17:40:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-20 13:31:50 +0200 |
commit | 28e028680b3c0551db3a9b71c8fe6b66aac2433b (patch) | |
tree | 17688b5602e93c550775696a3c0dc0cdc090ddfa /external/librevenge | |
parent | 9b231713790c6e94eb64c3fc108ce99ebd2b90af (diff) |
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
<https://lists.freedesktop.org/archives/libreoffice/2019-May/082654.html> "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 <sbergman@redhat.com>
Diffstat (limited to 'external/librevenge')
-rw-r--r-- | external/librevenge/UnpackedTarball_librevenge.mk | 6 | ||||
-rw-r--r-- | external/librevenge/ubsan-visibility.patch | 11 |
2 files changed, 0 insertions, 17 deletions
diff --git a/external/librevenge/UnpackedTarball_librevenge.mk b/external/librevenge/UnpackedTarball_librevenge.mk index 7e4c48f59619..74f28751c609 100644 --- a/external/librevenge/UnpackedTarball_librevenge.mk +++ b/external/librevenge/UnpackedTarball_librevenge.mk @@ -19,12 +19,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,librevenge, \ external/librevenge/rpath.patch \ )) -ifeq ($(NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY),TRUE) -$(eval $(call gb_UnpackedTarball_add_patches,librevenge, \ - external/librevenge/ubsan-visibility.patch \ -)) -endif - ifneq ($(OS),MACOSX) ifneq ($(OS),WNT) $(eval $(call gb_UnpackedTarball_add_patches,librevenge, \ diff --git a/external/librevenge/ubsan-visibility.patch b/external/librevenge/ubsan-visibility.patch deleted file mode 100644 index ede44d4fee7d..000000000000 --- a/external/librevenge/ubsan-visibility.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/Makefile.in -+++ src/lib/Makefile.in -@@ -79,7 +79,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --@HAVE_VISIBILITY_TRUE@am__append_1 = -fvisibility=hidden -+@HAVE_VISIBILITY_TRUE@am__append_1 = -fvisibility-ms-compat - @HAVE_VISIBILITY_TRUE@am__append_2 = -DLIBREVENGE_VISIBILITY - @BUILD_GENERATORS_TRUE@am__append_3 = librevenge-generators-@RVNG_MAJOR_VERSION@.@RVNG_MINOR_VERSION@.la - @BUILD_GENERATORS_TRUE@@HAVE_VISIBILITY_TRUE@am__append_4 = -DLIBREVENGE_GENERATORS_VISIBILITY |