Backed out changeset 42cf5ddabc8a (bug 1333003)

This commit is contained in:
Carsten "Tomcat" Book 2017-03-23 10:38:09 +01:00
parent d40c4b5e91
commit 947874f380

View File

@ -450,16 +450,6 @@ ARCHIVE_FILES = {
}
if buildconfig.defines['MOZ_ASAN'] and buildconfig.substs['CLANG_CL']:
asan_dll = {
'source': buildconfig.topobjdir,
'base': 'dist/bin',
'pattern': os.path.basename(buildconfig.substs['MOZ_CLANG_RT_ASAN_LIB_PATH']),
'dest': 'bin'
}
ARCHIVE_FILES['common'].append(asan_dll)
# "common" is our catch all archive and it ignores things from other archives.
# Verify nothing sneaks into ARCHIVE_FILES without a corresponding exclusion
# rule in the "common" archive.