]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 30 Jan 2014 01:39:17 +0000 (01:39 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 30 Jan 2014 01:39:17 +0000 (01:39 +0000)
commitab42578bdd00f1738a1a9ff41481faf9673110ce
treead7bd65709d3c88031f26a59fccea72f86ada7d0
parent8ddf091e99eda230e43fd51fd2e7c30a501e39af
Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'

This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200440 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
include/llvm/Support/DebugLoc.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h [new file with mode: 0644]
lib/IR/DebugLoc.cpp
lib/MC/MCObjectFileInfo.cpp
test/DebugInfo/2010-03-24-MemberFn.ll
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/2010-04-19-FramePtr.ll
test/DebugInfo/2010-05-10-MultipleCU.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/COFF/asm.ll [new file with mode: 0644]
test/DebugInfo/COFF/multifile.ll [new file with mode: 0644]
test/DebugInfo/COFF/multifunction.ll [new file with mode: 0644]
test/DebugInfo/COFF/simple.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_debug_info_type.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/array.ll
test/DebugInfo/cu-ranges.ll
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/enum.ll
test/DebugInfo/global.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/namespace.ll
test/DebugInfo/template-recursive-void.ll
test/DebugInfo/tu-composite.ll
test/DebugInfo/tu-member-pointer.ll
test/DebugInfo/two-cus-from-same-file.ll
test/DebugInfo/version.ll
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2.ll
test/lit.cfg