OSDN Git Service

Allow the caller to pass in the hash.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Oct 2016 18:46:21 +0000 (18:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Oct 2016 18:46:21 +0000 (18:46 +0000)
commitc55049e9d608d5c56e3d469f136f639250d64d25
treebafaab69737cbd68602a46646e1655990b968150
parent4c9fcf5a1c19b7ac0c434aa8215e30a461ff6b5e
Allow the caller to pass in the hash.

If the caller already has the hash we don't have to compute it. This
will be used in lld.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283359 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/StringTableBuilder.h
lib/MC/StringTableBuilder.cpp