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)
commit59aecc1cf0b45744b51a2e960a63a3de33adeb0d
tree4ab1dfef26c16991aa6604f103a88829737d984a
parent0bc7690e34b23c9e254bfe1419e8456bea94ba60
Fix coverage for files with global constructors again. Adds a testcase to the commit from r206671, as requested by David Blaikie.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp
test/Transforms/GCOVProfiling/global-ctor.ll [new file with mode: 0644]