]> granicus.if.org Git - llvm/commit
Fix buildbots.
authorGreg Clayton <clayborg@gmail.com>
Tue, 17 Sep 2019 20:31:01 +0000 (20:31 +0000)
committerGreg Clayton <clayborg@gmail.com>
Tue, 17 Sep 2019 20:31:01 +0000 (20:31 +0000)
commit44810bc17f5a0ba28eb219ebd215ed6d1a0d3c24
treea1474feb8ee9460dae1c692c766b1b2300f1f5a2
parent91c51ebe6bad47181860ca310ea164f1a6ff60bd
Fix buildbots.

MSVC doesn't correctly capture constexpr in lambdas, and other builds warn if you do, others will error out if you do. Avoid lambdas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372179 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/DebugInfo/GSYM/GSYMTest.cpp