Go to file
Chandler Carruth 363817092e Fix the addition of Clang's profile runtime library to the link step
when specifying --coverage (or related) flags.

The system for doing this was based on the old LLVM-hosted profile_rt
library, and hadn't been updated for Linux to use the new compiler-rt
library. Also, it couldn't possibly work on multiarch or biarch systems
in many cases. The whole thing now works much the same as the sanitizer
libraries that are built and used out of the compiler-rt repo.

Note that other target OSes haven't been updated because I don't know if
they're doing anything special with the installation path of profile_rt.
I suspect however that *all* of these are wrong and would encourage
maintainers of each target to take a hard look at how compiler-rt
runtime libraries are linked on their platforms.

llvm-svn: 184666
2013-06-23 11:28:48 +00:00
clang Fix the addition of Clang's profile runtime library to the link step 2013-06-23 11:28:48 +00:00
clang-tools-extra Fixed typo. 2013-06-19 20:35:50 +00:00
compiler-rt Add cmake rules for building LSan common on Mac OS 2013-06-22 16:33:52 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. 2013-06-22 15:21:29 +00:00
libcxxabi Filter out '`' in mangled strings and reject them as invalid if found. 2013-06-23 03:36:38 +00:00
lld [PECOFF] Moves a utility function to Atoms.cpp to remove duplicate code. 2013-06-22 23:14:51 +00:00
lldb Added a regex that can be specified to avoid showing contents on types that match. Also split things up a bit so this can be run as a stand alone script or in lldb. 2013-06-22 01:42:49 +00:00
llvm Add MI-Sched support for x86 macro fusion. 2013-06-23 09:00:28 +00:00
polly Fix my own formatting mistakes 2013-06-23 06:04:54 +00:00