projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a995e60
)
Delete *.s on clean.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Thu, 11 Oct 2001 04:24:10 +0000
(
04:24
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Thu, 11 Oct 2001 04:24:10 +0000
(
04:24
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@726
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index d922ddf175d980419617bf0638b855229af54e6f..3d7b5f2f068c10286f7956041db00ec3e6741473 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-30,7
+30,7
@@
testcodegen : $(LLCTESTS:%.ll=%.mc)
testsparc : $(LLCTESTS:%.ll=%.s)
clean :
- rm -f *.[123] *.bc *.mc core
+ rm -f *.[123] *.bc *.mc
*.s
core
%.asmdis: %
@echo "Running assembler/disassembler test on $<"