llvm-project/compiler-rt/lib
Vitaly Buka ca8d201070 [Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9
Summary:
Before Xcode 4.5, undefined weak symbols don't work reliably on Darwin:
https://stackoverflow.com/questions/6009321/weak-symbol-link-on-mac-os-x
Therefore this patch disables their use before Mac OS X 10.9 which is the first version
only supported by Xcode 4.5 and above.

Reviewers: glider, kcc, vitalybuka

Reviewed By: vitalybuka

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D41346

llvm-svn: 324284
2018-02-05 23:02:09 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan Make detect_invalid_pointer_pairs option to be tristate. 2018-02-01 19:52:56 +00:00
builtins [builtins] Align addresses to cache lines in __clear_cache for aarch64 2018-01-24 10:14:52 +00:00
cfi cfi: Add a blacklist entry for MSVC's std::get_temporary_buffer function. 2018-01-17 01:15:33 +00:00
dfsan Reland "Install resource files into a share/ directory" 2018-01-14 03:43:14 +00:00
esan [esan] Fix compilation of signal handlers 2017-11-10 05:41:13 +00:00
fuzzer [CMake] Remove -stdlib= which is unused when passing -nostdinc++ 2018-02-01 13:57:24 +00:00
hwasan [Sanitizers] Changes in Hwasan allocator missed in D42198. 2018-01-18 00:23:46 +00:00
interception [Sanitizers] Basic sanitizer Solaris support (PR 33274) 2017-12-14 20:14:29 +00:00
lsan [lsan] Respect log_path option in standalone LSan 2018-01-22 09:30:27 +00:00
msan [CMake] Remove -stdlib= which is unused when passing -nostdinc++ 2018-02-01 13:57:24 +00:00
profile [NFC] fix trivial typos in comments 2018-01-22 07:51:37 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common [Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9 2018-02-05 23:02:09 +00:00
scudo [scudo] Minor Secondary changes 2018-02-01 20:00:42 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan Correct typo in TSan code 2018-01-25 11:07:42 +00:00
ubsan [ubsan] Add preinit initializer for ubsan 2018-01-23 19:54:02 +00:00
ubsan_minimal [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the library 2017-12-15 17:30:50 +00:00
xray [XRay][compiler-rt+llvm] Update XRay register stashing semantics 2018-02-01 02:21:54 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00