[llvm-commits] [vector_llvm] CVS: llvm/lib/Transforms/Vector/Makefile

Robert Bocchino bocchino at cs.uiuc.edu
Tue Oct 18 12:49:13 PDT 2005



Changes in directory llvm/lib/Transforms/Vector:

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

Initial commit of Vector LLVM.


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

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


Index: llvm/lib/Transforms/Vector/Makefile
diff -c /dev/null llvm/lib/Transforms/Vector/Makefile:1.1.2.1
*** /dev/null	Tue Oct 18 14:49:12 2005
--- llvm/lib/Transforms/Vector/Makefile	Tue Oct 18 14:49:02 2005
***************
*** 0 ****
--- 1,14 ----
+ ##===- lib/Transforms/Scalar/Makefile ----------------------*- Makefile -*-===##
+ # 
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ ##===----------------------------------------------------------------------===##
+ LEVEL = ../../..
+ LIBRARYNAME = LLVMVectorOpts
+ BUILD_ARCHIVE = 1
+ 
+ include $(LEVEL)/Makefile.common
+ 






More information about the llvm-commits mailing list