CodeGen: indicate Windows unwind data format
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 1 Sep 2014 23:48:39 +0000 (23:48 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 1 Sep 2014 23:48:39 +0000 (23:48 +0000)
commit901a3419d155257029ad10f701d1e4fb9708c4bd
treedf7fe23b0a5a977ebe16dfb46933c47f4a6b26be
parent05c3ddfa4ee09387aa50db8d1013707caf8ef8ae
CodeGen: indicate Windows unwind data format

The structures for Windows unwinding are shared across multiple platforms.
Indicate the encoding to be used for the particular target.  Use this to switch
the unwind emitter instantiated by the AsmPrinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp