]> granicus.if.org Git - llvm/commit
[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)
commit8732027cd8c6f3ef699e959eab61980f0ba34149
tree1d6b7d464c16739d4bcd1d9c3c0cc4df1b6e03a9
parent5d2d1f29e16d258dcfaa39eaed7c407c4085afa1
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226525 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/debug-map-parsing.test
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/MachODebugMapParser.cpp