summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LeaksContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/IR/LeaksContext.h')
-rw-r--r--llvm/lib/IR/LeaksContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/LeaksContext.h b/llvm/lib/IR/LeaksContext.h
index 78cd695ecd1..5038dc9d6d6 100644
--- a/llvm/lib/IR/LeaksContext.h
+++ b/llvm/lib/IR/LeaksContext.h
@@ -28,7 +28,7 @@ struct PrinterTrait<Value> {
};
template <typename T>
-struct LLVM_LIBRARY_VISIBILITY LeakDetectorImpl {
+struct LeakDetectorImpl {
explicit LeakDetectorImpl(const char* const name = "") :
Cache(0), Name(name) { }
OpenPOWER on IntegriCloud