[AsmPrinter] Hide implementation details
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinCodeViewLineTables.h
index c66d141837d0c7029ac2b0e603632455f5860045..a5b399f73707bc099ba0650722cbe894243aa58a 100644 (file)
@@ -29,7 +29,7 @@
 
 namespace llvm {
 /// \brief Collects and handles line tables information in a CodeView format.
-class WinCodeViewLineTables : public AsmPrinterHandler {
+class LLVM_LIBRARY_VISIBILITY WinCodeViewLineTables : public AsmPrinterHandler {
   AsmPrinter *Asm;
   DebugLoc PrevInstLoc;