GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
authorBill Wendling <isanbard@gmail.com>
Wed, 24 Dec 2008 05:25:49 +0000 (05:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 24 Dec 2008 05:25:49 +0000 (05:25 +0000)
commitd4121bef3cf3af51b80c2d499085a96aca5982ed
treef50d50442fc2c00817968e5a884467c44073def5
parente5b7e0ec083f2e902e8612a95c33335a08da83aa
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
about other platforms.

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