Create the parent directories to place the .gcda files in if they don't exist.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 4 May 2011 22:34:29 +0000 (22:34 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 4 May 2011 22:34:29 +0000 (22:34 +0000)
commit5e436b3b0ef06258ed2d7929946eb00684973183
tree4bc2017a592a29170bac09865103d838dfdcbe90
parentbaf717a08a0bc8cb0a7931ea3ce51d063a8fe6f0
Create the parent directories to place the .gcda files in if they don't exist.
That's kinda weird because the .gcno files are supposed to already be there,
but libgcov does this and somehow Google has managed to depend on it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130879 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libprofile/GCDAProfiling.c