Add a flag that indicates whether a target supports compact unwind info or not.
authorBill Wendling <isanbard@gmail.com>
Wed, 22 Jun 2011 23:16:51 +0000 (23:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 22 Jun 2011 23:16:51 +0000 (23:16 +0000)
commit1a3ab63cb59d7f7726b47cdda3b9509e999d1653
treea4db716e7aa4ce39f2ed7bdc3cc774f15e8ee72f
parentd6379a993c7e40521bd5c8c6469e32697b4c41d1
Add a flag that indicates whether a target supports compact unwind info or not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133662 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/TargetLoweringObjectFile.cpp