[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:
thomasanderson 2017-07-18 10:51:04 -07:00 committed by Commit Bot
parent 3e45cb577e
commit 153e204e5d
2 changed files with 6 additions and 2 deletions

View File

@ -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'

View File

@ -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