Go to file
Ed Maste 7dcb77de06 Move detach to FreeBSD- and Linux-specific classes.
On Linux there is no separate notion of a process (vs. a thread) for
ptrace(); each thread needs to be individually detached.  On FreeBSD
we have a separate process context, and we detach just it.

Review: http://llvm-reviews.chandlerc.com/D1418
llvm-svn: 189666
2013-08-30 13:11:30 +00:00
clang clang-cl: Pass -incremental:no to linker when using ASan 2013-08-30 10:50:52 +00:00
clang-tools-extra cpp11-migrate: Add Pass-By-Value Transform 2013-08-29 13:42:13 +00:00
compiler-rt [dfsan] Add a syms file. 2013-08-29 22:49:00 +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 Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin 2013-08-30 01:17:07 +00:00
libcxxabi Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT 2013-08-29 19:19:27 +00:00
lld [PECOFF] Add /force:unresolved command line option as a synonym of /force. 2013-08-29 21:46:47 +00:00
lldb Move detach to FreeBSD- and Linux-specific classes. 2013-08-30 13:11:30 +00:00
llvm Restore llvm-ranlib expansion in RUN-lines removed in r184019 2013-08-30 12:53:22 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00