[PATCH] D42594: Move DJB hash to support. NFC

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 11:59:46 PST 2018


JDevlieghere created this revision.
JDevlieghere added a reviewer: aprantl.
Herald added subscribers: hintonda, mgorny.

This patch moves the DJB hash to support. It is used by dwarf for hasing
in the accelerator tables. Moving to support because we don't want to
link dsymutil against the BinaryFormat lib.


Repository:
  rL LLVM

https://reviews.llvm.org/D42594

Files:
  include/llvm/BinaryFormat/Dwarf.h
  include/llvm/Support/DJB.h
  lib/BinaryFormat/Dwarf.cpp
  lib/CodeGen/AsmPrinter/DwarfAccelTable.h
  lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  lib/Support/CMakeLists.txt
  lib/Support/DJB.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42594.131635.patch
Type: text/x-patch
Size: 4484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180126/0077cc30/attachment.bin>


More information about the llvm-commits mailing list