Bug 1188045 - Part 2: Delay-load xul.dll when built with clang-cl

This reverts an earlier work-around for this issue.
This commit is contained in:
Ehsan Akhgari 2016-02-22 09:55:58 -05:00
parent f9727da7b1
commit 51460c44b6

View File

@ -66,13 +66,10 @@ if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_ARCH'] == 'WINNT':
'sandbox_staticruntime_s',
]
# clang-cl can't deal with this delay-load due to bug 1188045
# (also filed as https://llvm.org/bugs/show_bug.cgi?id=24291)
if not CONFIG['CLANG_CL']:
DELAYLOAD_DLLS += [
'nss3.dll',
'xul.dll'
]
DELAYLOAD_DLLS += [
'nss3.dll',
'xul.dll'
]
DEFINES['HASH_NODE_ID_WITH_DEVICE_ID'] = 1;
SOURCES += [