llvm-project/compiler-rt/lib
Frederic Riss 66c868ce27 [Sanitizers] Pass the correct arch to the symbolizer for x86_64h
I have no idea how to directly test that as it depends on a particular
(micro-)architecure of the host processor.
Combined with llvm's r240339 this should fix issues people might have
be seeing intermitently on Darwin haswell machines (the symbolizer
would use the wrong slice of the binary, thus potentially resolving
to the wrong symbol).

llvm-svn: 240379
2015-06-23 05:35:19 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
builtins builtins: mark functions as aapcs on Windows 2015-05-22 21:47:24 +00:00
dfsan [dfsan] ignore more __sanitizer callbacks 2015-05-23 01:56:39 +00:00
interception CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
lsan CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
msan CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
profile CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
safestack Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library 2015-06-15 21:08:47 +00:00
sanitizer_common [Sanitizers] Pass the correct arch to the symbolizer for x86_64h 2015-06-23 05:35:19 +00:00
tsan CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
ubsan CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
CMakeLists.txt Protection against stack-based memory corruption errors using SafeStack: compiler-rt runtime support library 2015-06-15 21:08:47 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00