Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
commit277abc8172a19b287e9b6ea0969bc113d7ac48e4
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 16:34:57 +0000 (30 16:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 16:34:57 +0000 (30 16:34 +0000)
treeac9948b2c675f92d8b180972c59c8b179311e23c
parent97f7f4e43d2df00253b794d936be65d2afa78716
Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
is a bit ugly, but doing it on the base MCStreamer would be redundant
with the object streamer which does it using SD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130611 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp