aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* Use cc instead of gcc to compile *.nativeVikram S. Adve2001-11-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1250 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-081-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1211 91177308-0d34-0410-b5e6-96231b3b80d8
* Took out .clean.bc target.Vikram S. Adve2001-11-081-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-081-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1209 91177308-0d34-0410-b5e6-96231b3b80d8
* Add cleaning pass after linking.Vikram S. Adve2001-11-081-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1208 91177308-0d34-0410-b5e6-96231b3b80d8
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-081-3/+3
| | | | | | | Also, fix rule for $(LLCLIBS). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1206 91177308-0d34-0410-b5e6-96231b3b80d8
* Add rule for %.clean.bc.Vikram S. Adve2001-11-081-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1204 91177308-0d34-0410-b5e6-96231b3b80d8
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-071-13/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1172 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixesChris Lattner2001-11-061-3/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1164 91177308-0d34-0410-b5e6-96231b3b80d8
* Build .bc from .c better.Chris Lattner2001-11-061-5/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1158 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't forget to make the clean version.Chris Lattner2001-11-061-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1157 91177308-0d34-0410-b5e6-96231b3b80d8
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-061-23/+34
| | | | | | | by using a better naming scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1156 91177308-0d34-0410-b5e6-96231b3b80d8
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1153 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-051-13/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1142 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the olden benchmarks compile againChris Lattner2001-11-051-6/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1139 91177308-0d34-0410-b5e6-96231b3b80d8
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-051-2/+8
| | | | | | | version of his gccas. Plus another dumb bug fix (the bug, not the fix). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1134 91177308-0d34-0410-b5e6-96231b3b80d8
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-051-3/+0
| | | | | | | %.ll is not a pre-existing file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1133 91177308-0d34-0410-b5e6-96231b3b80d8
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-051-0/+97
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1130 91177308-0d34-0410-b5e6-96231b3b80d8