Use the full path to output the .gcda file.
authorBill Wendling <isanbard@gmail.com>
Wed, 29 Aug 2012 20:30:44 +0000 (20:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 29 Aug 2012 20:30:44 +0000 (20:30 +0000)
commit0e76db9ad43383ca9aeff7001a98d6d6d8d5e736
treea98d3ccf0993731cc5f1ae9266f8de3ddd1c013a
parentbbd169b1d96e1012df9852d41b7fd00381ed9d48
Use the full path to output the .gcda file.

This lets the user run the program from a different directory and still have the
.gcda files show up in the correct place.
<rdar://problem/12179524>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162855 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/GCOVProfiling.cpp