summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-171-16/+0
| | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278
* Don't check variables before they are set.Reid Spencer2006-11-051-2/+3
| | | | | | Be careful about blanks when checking LLVMGCC variable. llvm-svn: 31455
* Don't build the runtime library if LLVMGCC is not configured.Reid Spencer2006-10-021-0/+5
| | | | llvm-svn: 30691
* The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer2005-05-131-4/+1
| | | | | | | | a target at this level of build. There shouldn't be a problem with building the runtime library without llvm-gcc because the Makefile.rules checks for an empty LLVMGCC variable before building bytecode modules. llvm-svn: 21942
* Don't build runtime if tools-only :)Reid Spencer2005-05-131-1/+4
| | | | llvm-svn: 21938
* Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman2004-10-111-10/+0
| | | | llvm-svn: 16909
* Fix file header commentMisha Brukman2004-10-111-2/+2
| | | | llvm-svn: 16907
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-041-1/+1
| | | | llvm-svn: 16167
* Fix these assertions:Chris Lattner2003-11-231-0/+20
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! llvm-svn: 10185
OpenPOWER on IntegriCloud