Add support for generating dwarf debugging info with assembly files
authorKevin Enderby <enderby@apple.com>
Thu, 1 Nov 2012 17:31:35 +0000 (17:31 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 1 Nov 2012 17:31:35 +0000 (17:31 +0000)
commit938482f522d6d144a9af7897af1433f00f630588
tree75e9fa03cc69d292fbb989a2db7d3ad7cc3ee53f
parentb6843c28ecd44a4a7e9984a3952afe4e1739b116
Add support for generating dwarf debugging info with assembly files
run through the 'C' preprocessor.  That is pick up the file name
and line numbers from the cpp hash file line comments for the
dwarf file and line numbers tables.

rdar://9275556

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167237 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/MachO/gen-dwarf-cpp.s [new file with mode: 0644]