Displaying 2 results from an estimated 2 matches for "1702d213".
Did you mean:
1702,23
2008 Dec 30
0
[LLVMdev] Unit test patch, updated
...;
+++ unittests/Makefile.unittest (revision 0)
[...]
+VPATH=$(PROJ_SRC_DIR) $(PROJ_SRC_ROOT)/unittests
That doesn't look like a valid path to me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081230/1702d213/attachment.html>
2008 Dec 30
2
[LLVMdev] Unit test patch, updated
Here's the version of the unit test patch, incorporating the feedback I have
received so far.
Some notes on the patch:
- This patch doesn't include googletest itself, that will need to be
checked in separately. The source distribution will live in
llvm/utils/unittest/googletest. (The reason for the extra directory level is
so that the LLVM-specific makefiles can live in