1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/runtime/libprofile
Bill Wendling 5c8d6c7990 Try to use the CWD if the path to the GCDA output is not available (e.g., the
executable has been moved to another machine). If that's not available
(read-only or something), then exit gracefully.
<rdar://problem/11111686>

llvm-svn: 153538
2012-03-27 21:17:04 +00:00
..
BasicBlockTracing.c Fix 3 MSVC warnings: 2011-05-25 16:32:33 +00:00
CMakeLists.txt Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
CommonProfiling.c Fixing a warning in MSVC (this is also a test commit) 2012-02-05 19:43:39 +00:00
EdgeProfiling.c Fix 3 MSVC warnings: 2011-05-25 16:32:33 +00:00
GCDAProfiling.c Try to use the CWD if the path to the GCDA output is not available (e.g., the 2012-03-27 21:17:04 +00:00
libprofile.exports Rename everything to follow LLVM style ... I think. 2011-04-26 03:54:16 +00:00
Makefile Build and install the archive when building the Apple way. 2011-07-19 23:33:42 +00:00
OptimalEdgeProfiling.c Fix 3 MSVC warnings: 2011-05-25 16:32:33 +00:00
PathProfiling.c PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize out "static" scope w/o "inline". 2011-11-08 12:03:14 +00:00
Profiling.h