[PATCH] [prototype] Adding line table debug information to LLVM on Windows
Timur Iskhodzhanov
timurrrr at google.com
Fri Dec 20 08:25:04 PST 2013
Replace `llc -mtriple=TRIPLE -filetype=obj ...` with `llc -mtriple=TRIPLE ... | llvm-mc -triple=TRIPLE -filetype=obj`.
I'm leaving the `... | llvm-readobj ... -codeview-linetables` tests here per Eric's initial request to test using a human-readable format.
Eric, Rafael,
Can you please agree on whether I need `-filetype=obj | llvm-readobj` tests here?
Hi echristo, rnk, dblaikie, rafael,
http://llvm-reviews.chandlerc.com/D2232
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D2232?vs=6210&id=6211#toc
Files:
include/llvm/ADT/DenseMapInfo.h
include/llvm/MC/MCObjectFileInfo.h
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
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
lib/IR/DebugLoc.cpp
lib/MC/MCObjectFileInfo.cpp
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2232.12.patch
Type: text/x-patch
Size: 59464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131220/67a38796/attachment.bin>
More information about the llvm-commits
mailing list