dim d07708df70 Connect libclang_rt to the build, for specific architectures. This
contains the libraries for Address Sanitizer (asan), Undefined Behavior
Sanitizer (ubsan) and Profile Guided Optimization.

ASan is a fast memory error detector. It can detect the following types
of bugs:

    Out-of-bounds accesses to heap, stack and globals
    Use-after-free
    Use-after-return (to some extent)
    Double-free, invalid free
    Memory leaks (experimental)

Typical slowdown introduced by AddressSanitizer is 2x.

UBSan is a fast and compatible undefined behavior checker. It enables a
number of undefined behavior checks that have small runtime cost and no
impact on address space layout or ABI.

PLEASE NOTE: the sanitizers still have some rough edges on FreeBSD,
particularly on i386.  These will hopefully be smoothed out in the
coming time.

Differential Revision: https://reviews.freebsd.org/D1505
2015-01-13 19:54:47 +00:00
..
2014-12-15 09:35:46 +00:00
2014-08-26 22:39:24 +00:00
2013-06-15 20:29:07 +00:00
2012-01-07 16:10:32 +00:00
2014-12-18 18:44:22 +00:00
2013-10-22 06:53:01 +00:00
2014-03-14 02:58:48 +00:00
2013-12-03 04:32:02 +00:00
2013-05-10 13:57:44 +00:00
rc
2014-12-01 13:14:39 +00:00
2014-10-20 04:14:35 +00:00
2014-12-01 13:14:39 +00:00
rpc
2013-12-13 22:58:57 +00:00
2011-02-09 10:06:31 +00:00