Go to file
Ed Maste a43ce0dc98 FreeBSDThread::GetRegisterContext is only for FreeBSD targets
The removal of in-process Linux debug support left a switch statement
with llvm::Triple::FreeBSD as the only case. Simplify by replacing it
with a now-equivalent assertion.

llvm-svn: 243468
2015-07-28 19:47:00 +00:00
clang Do not give a -Wredundant-move warning when removing the move will result in an 2015-07-28 19:06:16 +00:00
clang-tools-extra misc-unused-parameters: Only remove parameters in the main source file. 2015-07-28 13:19:12 +00:00
compiler-rt PowerPC's ABIs differ from those of other architectures in that the 2015-07-28 19:41:49 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a single template function. NFC 2015-07-28 13:30:47 +00:00
libcxxabi [libcxxabi] Add -funwind-tables to the test compilation options. 2015-07-27 18:20:17 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld COFF: Update README to mention that it now supports 32-bit x86. 2015-07-28 03:40:58 +00:00
lldb FreeBSDThread::GetRegisterContext is only for FreeBSD targets 2015-07-28 19:47:00 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm [Unroll] Don't analyze blocks outside the loop. 2015-07-28 19:21:21 +00:00
openmp Update Build_With_CMake.txt to reflect changes in CMake refactor 2015-07-27 16:23:42 +00:00
polly Remove some dead code 2015-07-28 19:16:46 +00:00