OSDN Git Service

Don't pass null to memcpy. Should fix the asan bots.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Oct 2016 16:33:03 +0000 (16:33 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Oct 2016 16:33:03 +0000 (16:33 +0000)
commitb53fb3cabe1c66c2819c5ba54588e80f0365a1a7
treecf29dc9e04720a25fb860ccc0b7007a5d73dad15
parente16f30e703cd5675897e3e86c496268added4d29
Don't pass null to memcpy. Should fix the asan bots.

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