[PATCH] Added basic testing support for llvm-cov.

Yuchen Wu yuchenericwu at hotmail.com
Mon Oct 28 11:45:23 PDT 2013


Updated patch to avoid creating temporaries when testing llvm-cov. Added new command-line option into llvm-cov that allows for specifying the input file directory.

----------------------------------------
From: yuchenericwu at hotmail.com
To: llvm-commits at cs.uiuc.edu
Subject: [PATCH] Added basic testing support for llvm-cov.
Date: Fri, 25 Oct 2013 00:48:12 -0400


This is my first attempt at writing a lit test for an LLVM tool. Some hackery was involved to spoon-feed gcov and llvm-cov the paths of the files (due to the relative source locations being hard-coded into the GCNO file). Feedback is greatly welcome!

_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Added-basic-unit-test-for-llvm-cov.patch
Type: application/octet-stream
Size: 11292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131028/e28352a9/attachment.obj>


More information about the llvm-commits mailing list