forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) Test Plan: manual build and sandcastle Reviewers: gunnarku Reviewed By: gunnarku Subscribers: webscalesql-eng@fb.com Differential Revision: https://phabricator.intern.facebook.com/D5039367 Tasks: 18077031, 17217920, 18077885, 17553023 Signature: t1:5039367:1494528829:2a650d7e39032bf3ce5cb4180617fdbc90adf359
- Loading branch information
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters