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
Summary:
Fixing the following issues when building with gcc5.x:
- TSAN: no longer requires to be built with -pie. Based on
google/sanitizers#503
- UBSAN: gcc5 introduced a new vptr santizer in UBSAN, which will generate some
false alarms about "undefined reference" during linking. Suppressing vptr
sanitizer.
- Valgrind: Added new suppression rules
- ASAN: (suppression added in tools)
Reviewed By: gunnarku
Differential Revision: D5039367
fbshipit-source-id: 00ab2ca
0 commit comments