Fix the source line debug information for the Windows platform.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 18 Jun 2008 19:27:37 +0000 (19:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 18 Jun 2008 19:27:37 +0000 (19:27 +0000)
commitf7acf8f288a3e012df363f18aeca788300ddb416
tree41c1b8962812c6225aee710a17fa3015181c3103
parent0066db626f41a375f5c1b7f272904e85ad5ce0f9
Fix the source line debug information for the Windows platform.

According to DWARF-2 specification, the line information is provided through an offset in the .debug_line section.
Replace the label reference that is used with a section offset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/DwarfWriter.cpp