add a horrible hack to the dwarf printer. It looks like mingw is not specifying
authorChris Lattner <sabre@nondot.org>
Tue, 18 Aug 2009 06:13:03 +0000 (06:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Aug 2009 06:13:03 +0000 (06:13 +0000)
commit6a66e585b8242b9764ec3343309697d24bb1e312
tree6e5b63e1a4f832178a7afd1d28514c3efd91ee8b
parent40cce094a3456800dd0588229cfee636007cf78c
add a horrible hack to the dwarf printer.  It looks like mingw is not specifying
an EHFrame section, so we just emit ehframe data into a random section.

This is clearly bad.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp