summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-09-11 17:42:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-09-11 17:42:27 +0000
commit6a44af36297ae61238bb7ad1e05e77bcc5571f72 (patch)
tree70b0aee7b37df563d9e3c01312194cab536d0597 /llvm/lib/CodeGen/LiveDebugVariables.h
parent786d32ecf7071c0c7cc8bdff46ac21d6d5c4fd33 (diff)
downloadbcm5719-llvm-6a44af36297ae61238bb7ad1e05e77bcc5571f72.tar.gz
bcm5719-llvm-6a44af36297ae61238bb7ad1e05e77bcc5571f72.zip
Give internal classes hidden visibility.
Worth 100k on a linux/x86_64 Release+Asserts clang. llvm-svn: 190534
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 58a3f0f6ff5..1d449fd10bf 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.h
+++ b/llvm/lib/CodeGen/LiveDebugVariables.h
@@ -30,7 +30,7 @@ class LiveInterval;
class LiveIntervals;
class VirtRegMap;
-class LiveDebugVariables : public MachineFunctionPass {
+class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
void *pImpl;
public:
static char ID; // Pass identification, replacement for typeid
OpenPOWER on IntegriCloud