Move getBaseSymbol somewhere the COFF writer can use.
[oota-llvm.git] / lib / DebugInfo / DWARFContext.h
index ad6841ae9e31c54458ffde66df7b0f441d355401..6d1ae921cec541db3c24e7b4b9123e498172e5d3 100644 (file)
@@ -242,7 +242,7 @@ class DWARFContextInMemory : public DWARFContext {
   StringRef RangeDWOSection;
   StringRef AddrSection;
 
-  SmallVector<std::unique_ptr<MemoryBuffer>, 4> UncompressedSections;
+  SmallVector<SmallString<32>, 4> UncompressedSections;
 
 public:
   DWARFContextInMemory(object::ObjectFile *);