Linux wants the FDE initial location and address range to be forced to 32-bit.
authorBill Wendling <isanbard@gmail.com>
Mon, 29 Dec 2008 22:12:11 +0000 (22:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 29 Dec 2008 22:12:11 +0000 (22:12 +0000)
commit998dee96d3ca506cf73a617c0b7fc7f0e467a127
tree6381504f0bf349f29a4fe541486ce6ca458dab71
parentbce452815cffacb7bbccf994ae9d4defeb4af922
Linux wants the FDE initial location and address range to be forced to 32-bit.
Darwin doesn't. Make this optional for platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp