Commit 5f627ab8 authored by sebmarchand's avatar sebmarchand Committed by Commit bot

Disable allocator_shim_win for the SyzyASan builds.

As we're planning to intercept the _heap_init and _heap_term function to control which heap gets used by the crt we need to make sure that libcmt doesn't get patched.

R=chrisha@chromium.org
BUG=

Review URL: https://codereview.chromium.org/952183003

Cr-Commit-Position: refs/heads/master@{#318147}
parent 71267716
...@@ -1935,7 +1935,7 @@ ...@@ -1935,7 +1935,7 @@
# Turn on multiple dll by default on Windows when in static_library. # Turn on multiple dll by default on Windows when in static_library.
'chrome_multiple_dll%': 1, 'chrome_multiple_dll%': 1,
}], }],
['asan==1', { ['asan==1 or syzyasan==1', {
'win_use_allocator_shim%': 0, 'win_use_allocator_shim%': 0,
}], }],
['component=="shared_library" and "<(GENERATOR)"=="ninja"', { ['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment