This is an archive of the discontinued LLVM Phabricator instance.

llvm-cov: move the gcov code into a separate file.
ClosedPublic

Authored by arphaman on Jul 25 2014, 10:34 AM.

Details

Summary

I moved the gcov compatible code to its own file and updated llvm-cov to be a wrapper that always calls the gcov main function.
Split from the initial patch from http://reviews.llvm.org/D4445.

Diff Detail

Event Timeline

arphaman updated this revision to Diff 11886.Jul 25 2014, 10:34 AM
arphaman retitled this revision from to llvm-cov: move the gcov code into a separate file..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bogner, bob.wilson, dexonsmith.
arphaman added a project: deleted.
arphaman added a subscriber: Unknown Object (MLST).
arphaman updated this revision to Diff 11950.Jul 28 2014, 10:01 AM

Updated patch with formatting fixes.

Commited in r214107.

arphaman accepted this revision.Jul 28 2014, 11:13 AM
arphaman added a reviewer: arphaman.
This revision is now accepted and ready to land.Jul 28 2014, 11:13 AM
arphaman closed this revision.Jul 28 2014, 11:13 AM