[llvm-commits] [llvm] r89066 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Nick Lewycky nicholas at mxc.ca
Tue Nov 17 00:11:44 PST 2009


Author: nicholas
Date: Tue Nov 17 02:11:44 2009
New Revision: 89066

URL: http://llvm.org/viewvc/llvm-project?rev=89066&view=rev
Log:
Revert r88939.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=89066&r1=89065&r2=89066&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Tue Nov 17 02:11:44 2009
@@ -48,7 +48,7 @@
 //===----------------------------------------------------------------------===//
 /// CompileUnit - This dwarf writer support class manages information associate
 /// with a source file.
-class VISIBILITY_HIDDEN CompileUnit {
+class CompileUnit {
   /// ID - File identifier for source.
   ///
   unsigned ID;
@@ -241,7 +241,7 @@
 /// DbgConcreteScope - This class is used to track a scope that holds concrete
 /// instance information.
 ///
-class VISIBILITY_HIDDEN DbgConcreteScope : public DbgScope {
+class DbgConcreteScope : public DbgScope {
   CompileUnit *Unit;
   DIE *Die;                           // Debug info for this concrete scope.
 public:





More information about the llvm-commits mailing list