OSDN Git Service

The FDE initial location and address range data should be free to be 64-bit
authorBill Wendling <isanbard@gmail.com>
Mon, 29 Dec 2008 21:51:42 +0000 (21:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 29 Dec 2008 21:51:42 +0000 (21:51 +0000)
commitbce452815cffacb7bbccf994ae9d4defeb4af922
tree56fd12bc24c142cb4542561947fc097a774d6e99
parent8722a2cf446d3ed43005caf95af51d67de4eb014
The FDE initial location and address range  data should be free to be 64-bit
(quad) on a 64-bit platform. This fixes a problem with EH frames on Darwin.

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