summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-11-17 09:17:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-11-17 09:17:08 +0000
commita1c09d674ee23f6817ca3e007874c8901d168a6c (patch)
tree4db4f3280e05b16f9182c35265ebcf0ca551a26b /llvm/lib/CodeGen/AsmPrinter/DwarfException.h
parentaca02c273013906db29314eac151337afef7bb63 (diff)
downloadbcm5719-llvm-a1c09d674ee23f6817ca3e007874c8901d168a6c.tar.gz
bcm5719-llvm-a1c09d674ee23f6817ca3e007874c8901d168a6c.zip
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
llvm-svn: 89075
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
index 9e632165e17..aff1665e9b9 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -32,7 +32,7 @@ class raw_ostream;
//===----------------------------------------------------------------------===//
/// DwarfException - Emits Dwarf exception handling directives.
///
-class VISIBILITY_HIDDEN DwarfException : public Dwarf {
+class DwarfException : public Dwarf {
struct FunctionEHFrameInfo {
std::string FnName;
unsigned Number;
OpenPOWER on IntegriCloud