[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 21 22:13:33 PST 2006



Changes in directory llvm-test/SingleSource/UnitTests/Vector:

Makefile added (r1.1)
---
Log message:

I forgot to check this in earlier


---
Diffs of the changes:  (+7 -0)

 Makefile |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm-test/SingleSource/UnitTests/Vector/Makefile
diff -c /dev/null llvm-test/SingleSource/UnitTests/Vector/Makefile:1.1
*** /dev/null	Wed Mar 22 00:13:31 2006
--- llvm-test/SingleSource/UnitTests/Vector/Makefile	Wed Mar 22 00:13:21 2006
***************
*** 0 ****
--- 1,7 ----
+ # SingleSource/UnitTests/Vector/Makefile
+ 
+ DIRS = 
+ LEVEL = ../../..
+ include $(LEVEL)/SingleSource/Makefile.singlesrc
+ 
+ 






More information about the llvm-commits mailing list