diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 09:17:08 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 09:17:08 +0000 |
commit | a1c09d674ee23f6817ca3e007874c8901d168a6c (patch) | |
tree | 4db4f3280e05b16f9182c35265ebcf0ca551a26b /llvm/lib/CodeGen/AsmPrinter/DwarfException.h | |
parent | aca02c273013906db29314eac151337afef7bb63 (diff) | |
download | bcm5719-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.h | 2 |
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; |