From 4122e4b7ddc05b49b35aab04ba0d4a70d73f7adf Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Wed, 7 Jul 2021 16:19:32 -0400 Subject: SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for dyanmic builds This reverts the changes made for SERVER-49798 in favor of disabling the vptr sanitizer when using ubsan for --link-model=dynamic builds. --- buildscripts/libdeps/analyzer_unittests.py | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 buildscripts/libdeps/analyzer_unittests.py (limited to 'buildscripts/libdeps/analyzer_unittests.py') diff --git a/buildscripts/libdeps/analyzer_unittests.py b/buildscripts/libdeps/analyzer_unittests.py old mode 100644 new mode 100755 index b1f0fde43a3..b831aab73a6 --- a/buildscripts/libdeps/analyzer_unittests.py +++ b/buildscripts/libdeps/analyzer_unittests.py @@ -61,7 +61,6 @@ def get_double_diamond_mock_graph(): "Public": 1, "Private": 2, "Interface": 3, - "Typeinfo": 4 }''' # builds a graph of mostly public edges that looks like this: @@ -145,7 +144,6 @@ def get_basic_mock_graph(): "Public": 1, "Private": 2, "Interface": 3, - "Typeinfo": 4 }''' # builds a graph of mostly public edges: -- cgit v1.2.1