OSDN Git Service

Fix build broken by r325107
authorPavel Labath <labath@google.com>
Wed, 14 Feb 2018 10:25:32 +0000 (10:25 +0000)
committerPavel Labath <labath@google.com>
Wed, 14 Feb 2018 10:25:32 +0000 (10:25 +0000)
commitce2ac0382810926128254ef1bba2426497183beb
tree61f307909f1dc42b60cda031d154207709a9cb1e
parentfd7c224b3894b5e869974106cbe56928152015f7
Fix build broken by r325107

Older gcc versions need an extra pair of {}s to convert a string literal
into llvm::StringLiteral.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325109 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/DJBTest.cpp