Teach the llvm-readobj COFF dumper to dump debug line tables from object files

Reviewed at http://llvm-reviews.chandlerc.com/D2425

llvm-svn: 197674
This commit is contained in:
Timur Iskhodzhanov
2013-12-19 11:37:14 +00:00
parent d4c5c674f0
commit 48703be503
9 changed files with 459 additions and 0 deletions

View File

@@ -128,6 +128,10 @@ namespace opts {
// -expand-relocs
cl::opt<bool> ExpandRelocs("expand-relocs",
cl::desc("Expand each shown relocation to multiple lines"));
// -codeview-linetables
cl::opt<bool> CodeViewLineTables("codeview-linetables",
cl::desc("Display CodeView line table information"));
} // namespace opts
static int ReturnValue = EXIT_SUCCESS;