[Webrtc] Reenable libc++ on ubsan
BUG=webrtc:7922 R=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2983583002 Cr-Commit-Position: refs/heads/master@{#19080}
This commit is contained in:
parent
3e45cb577e
commit
153e204e5d
@ -228,8 +228,7 @@
|
||||
'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64'
|
||||
],
|
||||
'ubsan_vptr_clang_release_bot_x64': [
|
||||
'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64',
|
||||
'use_default_libcxx'
|
||||
'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64'
|
||||
],
|
||||
'debug_bot_x86': [
|
||||
'gn', 'openh264_debug_bot', 'x86'
|
||||
|
||||
@ -20,3 +20,8 @@ src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
|
||||
src:*/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
|
||||
src:*/third_party/protobuf/src/google/protobuf/descriptor.pb.cc
|
||||
|
||||
#############################################################################
|
||||
# UBsan goes into an infinite recursion when __dynamic_cast instrumented with
|
||||
# "vptr". See crbug.com/609786.
|
||||
|
||||
src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user