commit | 58e64e179fc32f88dc3b1b447c6a2225ed22e55f | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Tue Nov 17 09:17:08 2009 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Tue Nov 17 09:17:08 2009 +0000 |
tree | a659d73853938244ef3f6f72d326285d3e9e3dff | |
parent | 26459c2bf024b2a7dc92ab376679ebc4abf47e61 [diff] [blame] |
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89075 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/lib/CodeGen/AsmPrinter/DwarfPrinter.h index 33ebb3b..dedd695 100644 --- a/lib/CodeGen/AsmPrinter/DwarfPrinter.h +++ b/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -29,7 +29,7 @@ class TargetData; class TargetRegisterInfo; - class VISIBILITY_HIDDEN Dwarf { + class Dwarf { protected: //===-------------------------------------------------------------==---===// // Core attributes used by the DWARF printer.