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)
commit4eaf8ef5cbc1a41a4add1a72de7cc12f3df68f60
treee58829a6aefa09c71fdfb9de96678a7a2ec28cd9
parentda2455bd45da380ae3f536bfe58c85bb1375fe4e
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

llvm-svn: 167237
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/MachO/gen-dwarf-cpp.s [new file with mode: 0644]