[PATCH] D77976: NFC: Clean up the implementation of StringPool a bit, and remove dependence on some "implicitly MallocAllocator" based methods on StringMapEntry. This allows reducing the #includes in StringMapEntry.h.

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 12:48:48 PDT 2020


lattner updated this revision to Diff 256874.
lattner added a comment.

Update uses of the removed APIs in LLVMCore.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77976/new/

https://reviews.llvm.org/D77976

Files:
  llvm/include/llvm/ADT/StringMap.h
  llvm/include/llvm/ADT/StringMapEntry.h
  llvm/include/llvm/Support/StringPool.h
  llvm/lib/IR/Value.cpp
  llvm/lib/IR/ValueSymbolTable.cpp
  llvm/lib/Support/StringPool.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77976.256874.patch
Type: text/x-patch
Size: 12823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200412/4eedd491/attachment.bin>


More information about the llvm-commits mailing list