mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
40c59f95d7
between two reads (threading). Fix an off-by-one in the indirect counter table that I meant to revert after an earlier experiment. Whoops! Implement GCOV_PREFIX. Doesn't handle GCOV_PREFIX_STRIP yet. Fix an off-by-one in string emission. Extra whoops! Tolerate DISubprograms that have null Function*'s attached to them. I don't yet understand what this means, but it happens when you have a global static with a non-trivial constructor/destructor. Fix a crash on switch statements with a single successor (default-only). llvm-svn: 130443 |
||
---|---|---|
.. | ||
libprofile | ||
CMakeLists.txt | ||
Makefile | ||
README.txt |
This directory contains the various runtime libraries used by components of the LLVM compiler. For example, the automatic pool allocation transformation inserts calls to an external pool allocator library. This runtime library is an example of the type of library that lives in these directories.