Add move constructors for OwningPtr and OwningArrayPtr.
[oota-llvm.git] / lib / MC / MCDwarf.cpp
index 96938f7626158d1274f2456e21cb1fb923c641fd..f71b266ad632baeed2d7d74ce312d1ae21bf0a3c 100644 (file)
@@ -425,7 +425,7 @@ void MCDwarfFile::print(raw_ostream &OS) const {
   OS << '"' << getName() << '"';
 }
 
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
 void MCDwarfFile::dump() const {
   print(dbgs());
 }