Mark the EH symbol global or weak if the corresponding function is.
[oota-llvm.git] / lib / MC / MCStreamer.cpp
index cfec865913998591c5170f86c01f884e707862d7..b5cddcde6f458e0f35e743acc75eebdf4ad6f2c8 100644 (file)
@@ -154,6 +154,10 @@ void MCStreamer::EnsureValidFrame() {
     report_fatal_error("No open frame");
 }
 
+void MCStreamer::EmitEHSymAttributes(const MCSymbol *Symbol,
+                                     MCSymbol *EHSymbol) {
+}
+
 void MCStreamer::EmitLabel(MCSymbol *Symbol) {
   assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
   assert(getCurrentSection() && "Cannot emit before setting section!");