COFF: Add support for Dwarf accelerator tables.
authorFrederic Riss <friss@apple.com>
Fri, 14 Nov 2014 20:33:40 +0000 (20:33 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 14 Nov 2014 20:33:40 +0000 (20:33 +0000)
commitf6c436e9d712ced3973ada3e6e8048cb11ed631a
tree88477517818f7f09f72bf2853c7bdc2dea53f0df
parent24e874a1dd608b6ab53bfcd78088efa9d6e009fb
COFF: Add support for Dwarf accelerator tables.

This allows COFF targets to emit accelerator tables
when requested by -dwarf-accel-tables=Enable instead
of aborting. The test DebugInfo/cross-cu-inlining.ll
covers this on COFF platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCObjectFileInfo.cpp