llvm-project/compiler-rt/lib
Kuba Brecka 90c8b0e092 Try to unbreak sanitizer-x86_64-linux-autoconf after r230318
The buildbot failed to build with

    error: variable ‘enable_fp’ set but not used [-Werror=unused-but-set-variable]

let's add a `(void)enable_fp;`.

llvm-svn: 230323
2015-02-24 11:12:44 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan] Disable strict init-order checking if dlopen() is called. 2015-02-24 00:37:27 +00:00
builtins Use compiler provided endianness definitions if available. 2015-02-23 09:27:49 +00:00
dfsan Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00
interception Revert "Remove support for building sanitizers from Makefile/autoconf build." 2015-02-17 23:30:51 +00:00
lsan [Sanitizer] Refactor SuppressionContext class. 2015-02-20 17:41:59 +00:00
msan Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00
profile InstrProf: Optionally print an error when emitting profile data fails 2015-01-16 20:10:56 +00:00
sanitizer_common Try to unbreak sanitizer-x86_64-linux-autoconf after r230318 2015-02-24 11:12:44 +00:00
tsan Re-land part of r230171: fix GoTsanRuntimeCheck with ccache. 2015-02-23 19:35:42 +00:00
ubsan [Sanitizer] Refactor SuppressionContext class. 2015-02-20 17:41:59 +00:00
CMakeLists.txt [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00