Go to file
Reid Kleckner 0140ce483f Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
This way it gets picked up for all sanitizer libs, both sanitizer_common
and asan.  I believe those are the only libs that build with asan.
There should be no need to set the __func__ definition inside
clang_compile.

llvm-svn: 202303
2014-02-26 21:54:39 +00:00
clang Sema: Definition of dllimport globals is not allowed 2014-02-26 21:27:13 +00:00
clang-tools-extra [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
compiler-rt Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS 2014-02-26 21:54:39 +00:00
debuginfo-tests Add a fallback path for buildbots temporarily stuck on really old 2014-02-21 00:17:02 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Don't install CMakeLists.txt along with the headers. 2014-02-26 17:14:09 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [Mips] Remove non-ASCII symbol from the comment. 2014-02-26 19:23:52 +00:00
lldb Fix x86 32-bit register context definition to build properly on 32 and 64-bit hosts. 2014-02-26 18:51:03 +00:00
llvm Use an install name dir of @executable_path/../lib instead of @rpath. 2014-02-26 21:51:28 +00:00
openmp Restore string match behavior following changes in r202018 2014-02-25 22:04:37 +00:00
polly Update for llvm api change. 2014-02-25 19:17:57 +00:00