[PATCH] D25644: [ADT] Move CachedHashString to a own header in ADT, and rename to CachedHashStringRef.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 15 15:07:22 PDT 2016


jlebar created this revision.
jlebar added a reviewer: timshen.
jlebar added a subscriber: llvm-commits.

Reclaiming the name 'CachedHashString' will let us add a type with that
name that owns its value.


https://reviews.llvm.org/D25644

Files:
  lld/ELF/InputSection.cpp
  lld/ELF/OutputSections.cpp
  lld/ELF/OutputSections.h
  llvm/include/llvm/ADT/CachedHashString.h
  llvm/include/llvm/MC/StringTableBuilder.h
  llvm/lib/MC/StringTableBuilder.cpp
  llvm/unittests/MC/StringTableBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25644.74772.patch
Type: text/x-patch
Size: 9306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161015/e211dce5/attachment.bin>


More information about the llvm-commits mailing list