mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
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:
@@ -29,7 +29,7 @@ namespace llvm {
|
||||
class TargetData;
|
||||
class TargetRegisterInfo;
|
||||
|
||||
class VISIBILITY_HIDDEN Dwarf {
|
||||
class Dwarf {
|
||||
protected:
|
||||
//===-------------------------------------------------------------==---===//
|
||||
// Core attributes used by the DWARF printer.
|
||||
|
||||
Reference in New Issue
Block a user