Go to file
Eric Christopher 740a833a3b If we're only emitting line tables for a particular CU then don't add
any ranges to the list of ranges for the CU as we don't want to emit
them anyway. This ensures that we will still emit ranges if we have
a compile unit compiled with only line tables and one compiled with
full debug info requested (we'll emit for the one with full debug info).

Update testcase metadata accordingly to continue emitting ranges.

llvm-svn: 202333
2014-02-27 01:25:00 +00:00
clang [MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967) 2014-02-27 01:14:31 +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 Relax testcase: Newer versions of LLDB don't necessarily print the "{" either. 2014-02-27 00:02:40 +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 [PECOFF] Add a test for /SAFESEH:NO for non-x86 machine type. 2014-02-27 00:05:43 +00:00
lldb A better long term fix for stopping the process when it is running by writing to the pipe that was used for cancel. 2014-02-26 22:47:33 +00:00
llvm If we're only emitting line tables for a particular CU then don't add 2014-02-27 01:25:00 +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