[PATCH] Initial DWARF64 support for .debug_line

Ed Maste emaste at freebsd.org
Mon Jun 9 13:32:59 PDT 2014


================
Comment at: test/DebugInfo/dwarfdump-64-bit-dwarf.test:1
@@ +1,2 @@
+RUN: llvm-dwarfdump %p/Inputs/dwarfdump-inl-test.elf-mips64-64-bit-dwarf \
+RUN:   --debug-dump=line | FileCheck %s
----------------
Alexey Samsonov wrote:
> Is "inl-test" necessary in binary name? If not, please rename it.
I named it this only because it was built from dwarfdump-inl-test.cc

The actual source isn't really relevant though, so I can just call it dwarfdump.elf-mips64-64-bit-dwarf if that's preferable.

http://reviews.llvm.org/D1988






More information about the llvm-commits mailing list