Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Jan 2014 06:05:38 +0000 (06:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Jan 2014 06:05:38 +0000 (06:05 +0000)
commit52de96920610cc1f1ccfd9dc163c21012836afc1
tree316ac61188078b2aee0b05b40c5c04640ed1b2df
parent83780350c4bb41f4a9323824721df9341393e2f8
Revert r200340, "Add line table debug info to COFF files when using a win32 triple."

It was incompatible with --target=i686-win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200375 91177308-0d34-0410-b5e6-96231b3b80d8
13 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 [deleted file]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h [deleted file]
lib/IR/DebugLoc.cpp
test/DebugInfo/COFF/asm.ll [deleted file]
test/DebugInfo/COFF/multifile.ll [deleted file]
test/DebugInfo/COFF/multifunction.ll [deleted file]
test/DebugInfo/COFF/simple.ll [deleted file]
test/DebugInfo/X86/coff_debug_info_type.ll [deleted file]
test/DebugInfo/X86/coff_relative_names.ll