[dsymutil] Add the detected target triple to the debug map.
authorFrederic Riss <friss@apple.com>
Mon, 19 Jan 2015 23:33:14 +0000 (23:33 +0000)
committerFrederic Riss <friss@apple.com>
Mon, 19 Jan 2015 23:33:14 +0000 (23:33 +0000)
commite4a6fef98ffd066db6360c53986032bcbd338275
treec35204b154bbcf6b0e748c8fed4a866029827c75
parent13890af51cf1de674b2a8bccce2a2cb870617a21
[dsymutil] Add the detected target triple to the debug map.

It will be needed to instantiate the Target object that we will
use to create all the MC objects for the dwarf emission.

llvm-svn: 226525
llvm/test/tools/dsymutil/debug-map-parsing.test
llvm/tools/dsymutil/DebugMap.cpp
llvm/tools/dsymutil/DebugMap.h
llvm/tools/dsymutil/MachODebugMapParser.cpp