rocksdb/build_tools
Gunnar Kudrjavets 994b3bd693 Add support for UBsan builds to RocksDB
Summary:
Undefined Behavior Sanitizer (ubsan) is //a good thing// which will help us to find sneaky bugs with low cost. Please see http://developerblog.redhat.com/2014/10/16/gcc-undefined-behavior-sanitizer-ubsan/ for more details and official GCC documentation for more context: https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html.

Changes itself are quite simple and pretty much imitating whatever is implemented for ASan.

Hooking the UBsan validation build to Sandcastle is a separate step and will be dealt as separate diff because code is in internal repository.

Test Plan: Make sure that that there no regressions when it comes to builds and test pass rate.

Reviewers: leveldb, sdong, IslamAbdelRahman, yhchiang

Reviewed By: yhchiang

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D56049
2016-03-30 15:59:24 -07:00
..
amalgamate.py
build_detect_platform Modify build_tools/build_detect_platform to detect and set -march=z10 on Linux s390x. 2016-02-29 15:02:52 -05:00
dependencies.sh Update internal jemalloc and other versions 2016-03-25 10:42:20 -07:00
dependencies_4.8.1.sh Update internal jemalloc and other versions 2016-03-25 10:42:20 -07:00
dockerbuild.sh
fb_compile_mongo.sh
fbcode_config.sh
fbcode_config4.8.1.sh
format-diff.sh
make_new_version.sh Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
make_package.sh
precommit_checker.py Add support for UBsan builds to RocksDB 2016-03-30 15:59:24 -07:00
regression_build_test.sh
rocksdb-lego-determinator Add support for UBsan builds to RocksDB 2016-03-30 15:59:24 -07:00
run_ci_db_test.ps1 Add support for db_test2 for dev and CI runs 2016-03-23 16:33:57 -07:00
update_dependencies.sh Update dependencies / Fix Clang 2016-03-07 12:57:19 -08:00
version.sh