Go to file
Tom Stellard 91d51db800 Fixed ninja build issues relating to use of $(DESTDIR)
We use ${DESTDIR} syntax now instead of $(DESTDIR) because that syntax
works both is the shell (at least it does for bash) and for make (at
least it does for GNU Make)

Patch By: Dan Liew

llvm-svn: 200414
2014-01-29 20:03:26 +00:00
clang clang-format: More custom option fixes for protocol buffer files. 2014-01-29 18:52:43 +00:00
clang-tools-extra check-clang-tools: Also it doesn't require neither llvm_src_root nor llvm_obj_root. 2014-01-26 12:40:18 +00:00
compiler-rt Support ARMv4 in the remaining non-VFP routines. 2014-01-29 13:54:54 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fixed ninja build issues relating to use of $(DESTDIR) 2014-01-29 20:03:26 +00:00
libcxx lit.site.cfg:cxx_under_test should take precedence over 'which clang++' 2014-01-29 01:54:52 +00:00
libcxxabi Use .p2align instead of .align 2014-01-23 21:46:35 +00:00
lld [ELF][Hexagon] typeZeroFillQuick is not associated with bss section. 2014-01-29 04:04:27 +00:00
lldb Don't crash when trying to auto complete 'breakpoint set -n "_' 2014-01-29 18:25:07 +00:00
llvm Remove C++11ism from r200407. 2014-01-29 19:14:23 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly ScopDetect: Transitively remove all children after region expansion 2014-01-29 19:05:30 +00:00