diff --git a/llvm/include/llvm/DWP/DWPStringPool.h b/llvm/include/llvm/DWP/DWPStringPool.h --- a/llvm/include/llvm/DWP/DWPStringPool.h +++ b/llvm/include/llvm/DWP/DWPStringPool.h @@ -32,7 +32,7 @@ MCStreamer &Out; MCSection *Sec; - DenseMap Pool; + StringMap Pool; uint32_t Offset = 0; public: