Commit Graph

9 Commits

Author SHA1 Message Date
82086416a0 Allow checking whether sanitizers are available 2019-07-02 09:33:34 +03:00
Matt Arsenault
6b9a849ff4 Merge pull request #14 from amin-jabri/tsan_osx
Reenable TSan on macOS as newer Xcode toolchains support it.
2017-10-12 22:16:32 -07:00
Mohamed Amin JABRI
b719221996 Reenable TSan on macOS as newer Xcode toolchains support it. 2017-09-25 21:22:52 +09:00
Eric Noulard
3c2c439ef8 Fix a couple of spelling typos 2017-07-05 15:01:05 +02:00
Alexander Haase
6d56fe50e7 Removed optimization flags.
Due optimizing the code is optional for using the sanitizers, the user should
set an optimisation level by his choice on his own.
2016-04-19 18:37:43 +02:00
Alexander Haase
f566e2b9ec Added checks to avoid bad sanitizer combinations.
Some sanitizers are not compatible with other sanitizers. Added some checks to
avoid these combinations at configuration time.
2016-04-12 21:04:21 +02:00
Alexander Haase
4d96db375f Check if ThreadSanitizer is used on x86_64 Linux.
According to the ThreadSanitizer documentation, it is only compatible with 64bit
Linux at the moment.
2016-04-06 19:29:46 +02:00
Alexander Haase
03db9d9383 Restructured all sanitizer modules. 2016-04-06 19:15:25 +02:00
Alexander Haase
4fd453301a Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00