Go to file
Pete Cooper e11c9de83d Stop linking all target libraries in llvm-nm and llvm-objdump.
llvm-nm only needs the target to parse module level assembly in bitcode.  It doesn't need a disassembler or codegen.

llvm-objdump needs to be able to disassemble a file, but doesn't need asm parsers or codegen.

This reduces the sizes of these tools by a few MB each, depending on how many backends are linked in.

llvm-svn: 249632
2015-10-07 22:39:17 +00:00
clang [WinEH] Don't use lifetime markers for MS catch parameters 2015-10-07 21:03:41 +00:00
clang-tools-extra Fixing links and reformatting code; NFC. 2015-10-07 20:33:36 +00:00
compiler-rt Add ARM RTABI aliases for half-precision conversions 2015-10-07 16:15:22 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete' 2015-10-07 19:45:14 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld ELF2: Use `-flavor gnu2` after `not` to fix Windows buildbot. 2015-10-07 22:20:43 +00:00
lldb Expected fail this test and supplied the radar number that is tracking the fix. 2015-10-07 22:36:52 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Stop linking all target libraries in llvm-nm and llvm-objdump. 2015-10-07 22:39:17 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly Expose the detection context to ScopDetection users 2015-10-07 20:46:06 +00:00