llvm-6502/lib
Eric Christopher 14ec6808c4 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202333 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-27 01:25:00 +00:00
..
Analysis Remove unnecessary llvm:: qualification. 2014-02-26 23:27:16 +00:00
AsmParser
Bitcode
CodeGen If we're only emitting line tables for a particular CU then don't add 2014-02-27 01:25:00 +00:00
DebugInfo
ExecutionEngine
IR Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
IRReader
LineEditor [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Linker Compare DataLayout by Value, not by pointer. 2014-02-26 17:02:08 +00:00
LTO
MC
Object Relax COFF string table check 2014-02-26 19:51:44 +00:00
Option
Support Remove unnecessary llvm:: qualification. 2014-02-26 23:27:16 +00:00
TableGen
Target R600: Remove unnecessary build_vector pattern. 2014-02-26 23:00:58 +00:00
Transforms GlobalOpt: Apply fastcc to internal x86_thiscallcc functions 2014-02-26 19:57:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile