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
This commit is contained in:
Nick Lewycky
2009-11-17 09:17:08 +00:00
parent 8dc071a6e5
commit 381afae68f
5 changed files with 18 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ namespace llvm {
class TargetData;
class TargetRegisterInfo;
class VISIBILITY_HIDDEN Dwarf {
class Dwarf {
protected:
//===-------------------------------------------------------------==---===//
// Core attributes used by the DWARF printer.