summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-10-09 01:18:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-09 03:22:14 +0000
commit899679127a04255c0f57222d8f5363b9728382f4 (patch)
tree136efebe4de83c73295d9a872bc713e7980baed3 /src/mongo/db/SConscript
parentde8c206fd8c2a8c1333d07e2d9b8fd481eb37131 (diff)
downloadmongo-899679127a04255c0f57222d8f5363b9728382f4.tar.gz
SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependencies.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 203f5e396b1..3b17ae7a09e 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -607,6 +607,9 @@ env.Library(
'commands/test_commands_enabled',
'service_context',
],
+ LIBDEPS_TYPEINFO=[
+ '$BUILD_DIR/mongo/db/commands',
+ ]
)
env.Library(
@@ -781,6 +784,9 @@ env.Library(
LIBDEPS=[
'$BUILD_DIR/mongo/base',
],
+ LIBDEPS_TYPEINFO=[
+ '$BUILD_DIR/mongo/db/service_context',
+ ],
)
env.Library(