Chromium Code Reviews
DescriptionFix ASAN component builds by adding proper dependencies to executable targets.
Before this CL, building |gn_all| ninja target fails with linking errors
similar to:
../../buildtools/third_party/libc++/trunk/include/string:2027: error: undefined reference to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__init(char const*, unsigned long)'
After this CL |gn_all| builds find in with the following args.gn:
dcheck_always_on = true
is_asan = true
is_component_build = true
is_debug = false
use_goma = true
enable_nacl = false
This CL is sort of a a follow up to
https://groups.google.com/a/chromium.org/forum/#!searchin/gn-dev/asan/gn-dev/PTcQk8c9vXE/rfU-nAArBQAJ
BUG=
Review-Url: https://codereview.chromium.org/2808863003
Cr-Commit-Position: refs/heads/master@{#464747}
Committed: https://chromium.googlesource.com/chromium/src/+/5b312d91217af1f30eebece283a2cbf75effa076
Patch Set 1 #
Messages
Total messages: 24 (10 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||