mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Backed out changeset 42cf5ddabc8a (bug 1333003)
This commit is contained in:
parent
d40c4b5e91
commit
947874f380
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user