Commit 6284eeff authored by Abhishek Arya's avatar Abhishek Arya Committed by Commit Bot

Enable WinASan 64-bit for component builds.

R=etienneb@chromium.org

Bug: 783296
Change-Id: Ie096d3d407249844a546ec9e17863854fe666c8c
Reviewed-on: https://chromium-review.googlesource.com/776239
Commit-Queue: Abhishek Arya <inferno@chromium.org>
Reviewed-by: default avatarMax Moroz <mmoroz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517496}
parent 8929c6cb
...@@ -226,9 +226,8 @@ config("default_sanitizer_ldflags") { ...@@ -226,9 +226,8 @@ config("default_sanitizer_ldflags") {
# and dlls, see link_executable and link_shared_library below. # and dlls, see link_executable and link_shared_library below.
# This here handles only the component build. # This here handles only the component build.
if (target_cpu == "x64") { if (target_cpu == "x64") {
# Windows 64-bit. TODO(etienneb): Remove the assert when this is ready. # Windows 64-bit.
if (is_component_build) { if (is_component_build) {
assert(false, "win/asan does not work in 64-bit yet")
libs = [ libs = [
"clang_rt.asan_dynamic-x86_64.lib", "clang_rt.asan_dynamic-x86_64.lib",
"clang_rt.asan_dynamic_runtime_thunk-x86_64.lib", "clang_rt.asan_dynamic_runtime_thunk-x86_64.lib",
......
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