Displaying 2 results from an estimated 2 matches for "b4be9b64".
2008 Dec 29
0
[LLVMdev] [Patch] Adding unit tests to LLVM
...e library were in the
same directory, as we would be able to create a single unittest from all of
them, to speed up the build/link/test cycle.
Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/b4be9b64/attachment.html>
2008 Dec 29
3
[LLVMdev] [Patch] Adding unit tests to LLVM
I'm working on an update to the patch. The only thing holding me up is
trying to come to a final decision as to where all the various pieces should
live. Specifically, the Google Test library, and the actual unit tests
themselves.
On Mon, Dec 29, 2008 at 9:17 AM, Chris Lattner <clattner at apple.com> wrote:
> On Dec 27, 2008, at 8:54 PM, Talin wrote:
> > Although I haven't