aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/AsmWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/AsmWriter.h')
-rw-r--r--lib/IR/AsmWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IR/AsmWriter.h b/lib/IR/AsmWriter.h
index 8f4a37777e..9e8355719a 100644
--- a/lib/IR/AsmWriter.h
+++ b/lib/IR/AsmWriter.h
@@ -39,7 +39,7 @@ SlotTracker *createSlotTracker(const Module *M);
// TypePrinting Class: Type printing machinery
//===----------------------------------------------------------------------===//
-class TypePrinting {
+class LLVM_LIBRARY_VISIBILITY TypePrinting {
TypePrinting(const TypePrinting &) LLVM_DELETED_FUNCTION;
void operator=(const TypePrinting&) LLVM_DELETED_FUNCTION;
public:
@@ -61,7 +61,7 @@ public:
void printStructBody(StructType *Ty, raw_ostream &OS);
};
-class AssemblyWriter {
+class LLVM_LIBRARY_VISIBILITY AssemblyWriter {
protected:
formatted_raw_ostream &Out;
const Module *TheModule;