[llvm-commits] CVS: llvm/projects/Stacker/lib/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 23 12:07:01 PST 2003


Changes in directory llvm/projects/Stacker/lib:

Makefile added (r1.1)

---
Log message:

Fix these assertions:

stkrc -e -f -o testing.bc testing.st 
Global is external, but doesn't have external linkage!
[1024 x int]* %_stack_
Global is external, but doesn't have external linkage!
long* %_index_
Broken module found, compilation aborted!



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

Index: llvm/projects/Stacker/lib/Makefile
diff -c /dev/null llvm/projects/Stacker/lib/Makefile:1.1
*** /dev/null	Sun Nov 23 12:06:39 2003
--- llvm/projects/Stacker/lib/Makefile	Sun Nov 23 12:06:29 2003
***************
*** 0 ****
--- 1,20 ----
+ ##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+ #
+ # This is a sample Makefile for a project that uses LLVM.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ #
+ # Indicates our relative path to the top of the project's root directory.
+ #
+ LEVEL = ../../..
+ 
+ #
+ # Directories that needs to be built.
+ #
+ DIRS = compiler runtime
+ 
+ #
+ # Include the Master Makefile that knows how to build all.
+ #
+ include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list