[PATCH] D43615: [Support] Remove HashString and replace it with djbHash. NFC.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 08:10:09 PST 2018


aprantl added a comment.

Do we need to worry about performance on non-LTO builds because HashString won't be inlined any more? 
I'm leaning towards no.


Repository:
  rL LLVM

https://reviews.llvm.org/D43615





More information about the llvm-commits mailing list