Stub out support for Win64-style exceptions. Note that this is merely using
authorCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 23:47:32 +0000 (23:47 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 27 May 2011 23:47:32 +0000 (23:47 +0000)
commitd652b1368b1e381382951f450e5eeca870d91dd6
tree4d4254dc46aa4d98c561029e2da249d2c009e3c4
parentbe64b394317feb8d7bcb732bdfb35e0b286efd4c
Stub out support for Win64-style exceptions. Note that this is merely using
the Win64 EH mechanism to implement GCC-style exceptions. LLVM supports
hardly anything else at this point!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132234 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/Win64Exception.cpp [new file with mode: 0644]
lib/CodeGen/LLVMTargetMachine.cpp