[infra] msan builder: one more variation of -Wl,-z,defs

This commit is contained in:
Oliver Chang 2017-11-22 16:22:36 -08:00
parent d55fcf47e7
commit 838e4c4d0d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def RemoveZDefs(args):
filtered = []
for arg in args:
if arg == '-Wl,-z,defs':
if arg == '-Wl,-z,defs' or arg == '-Wl,--no-undefined':
continue
if arg == '-Wl,defs':