[SEH] Emit 32-bit SEH tables for the new EH IR
[oota-llvm.git] / lib / CodeGen / AsmPrinter / EHStreamer.h
index 65973fab6b2185e06aeb10f1c463a2f1fc9dd61c..e42e082acbf96fa811ea20f8119a5eae7bbd3034 100644 (file)
@@ -30,7 +30,7 @@ template <typename T>
 class SmallVectorImpl;
 
 /// Emits exception handling directives.
-class EHStreamer : public AsmPrinterHandler {
+class LLVM_LIBRARY_VISIBILITY EHStreamer : public AsmPrinterHandler {
 protected:
   /// Target of directive emission.
   AsmPrinter *Asm;