Added first bit of support for the dwarf .file directive. This patch collects
authorKevin Enderby <enderby@apple.com>
Wed, 28 Jul 2010 20:55:35 +0000 (20:55 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 28 Jul 2010 20:55:35 +0000 (20:55 +0000)
commit7cbf73a73f296167b6e978dbd919ed249e88eeb5
treee9e874037081d251472bdc3a8e21c6876d9d2623
parent329878f4ddd72c6f2d2d6acfa48d7e1447ed88c0
Added first bit of support for the dwarf .file directive.  This patch collects
the info from the .file directive and makes file and directory tables that
will eventually be put out as part of the dwarf info in the output file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109651 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h [new file with mode: 0644]
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp [new file with mode: 0644]
lib/MC/MCParser/AsmParser.cpp