Fix coverage for files with global constructors again. Adds a testcase to the commit...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jun 2014 04:31:43 +0000 (04:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jun 2014 04:31:43 +0000 (04:31 +0000)
commitff114dae5afadfc95ab8f670402ba8f141d52de2
tree27250e730e68d817d5f6d14535a46fe51b2567fe
parent54741fe603e52b1a8cfe7f577194781c2a9b3632
Fix coverage for files with global constructors again. Adds a testcase to the commit from r206671, as requested by David Blaikie.

llvm-svn: 210239
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
llvm/test/Transforms/GCOVProfiling/global-ctor.ll [new file with mode: 0644]