Next bit of support for the dwarf .file directive. This patch takes the
authorKevin Enderby <enderby@apple.com>
Mon, 9 Aug 2010 22:52:14 +0000 (22:52 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 9 Aug 2010 22:52:14 +0000 (22:52 +0000)
commitb07ce60981368f816af4caa3257e1e4ebf059133
treefd377dabc972ee82042efd43d9337e1f3df59c12
parentb000d683c822bab7bed608937048b24b4b6db551
Next bit of support for the dwarf .file directive.  This patch takes the
previously collected info from the .file directives and outputs the encoded
bytes for it.  For now this is only in the Mach-O streamer but at some point
will move to a more generic place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110617 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
lib/MC/MCContext.cpp
lib/MC/MCMachOStreamer.cpp