You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#27660330 ADD SUPPORT FOR CLANG UBSAN basic patch
Basic patch to get clang UBSAN up and running.
protoc built with clang -fsanitize=undefined dumps core, so strip away those
flags in extra/protobuf/CMakeLists.txt
Add clang version of SUPPRESS_UBSAN which is slightly different from
the one we already have for gcc.
Increase default thread stack size for UBSAN builds: reuse settings
from gcc UBSAN on 32bit platforms.
Change-Id: I7f6811e8c352121a2e569765c8877c0c8ddedaeb
0 commit comments