Put each personality function in a section. This fixes the gnu ld warning:
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 16 Apr 2011 03:51:21 +0000 (03:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 16 Apr 2011 03:51:21 +0000 (03:51 +0000)
commit30deafc84adf88f643cdc39dc97a37537155347f
tree54166d84bd9b295649d616332f3cf919faed906e
parentc5eecbc4ec3e8b6934b2c932735c8ebc1b78f537
Put each personality function in a section. This fixes the gnu ld warning:

  error in foo.o; no .eh_frame_hdr table will be created.

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