OSDN Git Service

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)
commitb88072f19ecdd94d627718da6441fc6e9c894336
treee9e874037081d251472bdc3a8e21c6876d9d2623
parentee4b32d4d0ae14913fc511be0579e979d8ead6e8
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