summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-07-01 14:47:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-07-01 14:47:39 +0000
commitf4c2025357f70a76eb24b239870054a6a6da778f (patch)
tree0e842ed98598cb9219c4d560a2174755d846c05a /llvm/lib/CodeGen/LiveDebugVariables.h
parenta8a8c605eea1b4d3dda91c1159bd50b7b82680fd (diff)
downloadbcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.tar.gz
bcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.zip
[CodeGen] Reduce visibility of implementation details
NFC. llvm-svn: 241164
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.h b/llvm/lib/CodeGen/LiveDebugVariables.h
index ac2d1a136bc..694aa1770c9 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.h
+++ b/llvm/lib/CodeGen/LiveDebugVariables.h
@@ -31,7 +31,7 @@ class LiveInterval;
class LiveIntervals;
class VirtRegMap;
-class LiveDebugVariables : public MachineFunctionPass {
+class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
void *pImpl;
DenseMap<const Function *, DISubprogram *> FunctionDIs;
OpenPOWER on IntegriCloud