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:
d86cbea
)
Fix makefile to work.
author
Chris Lattner
<sabre@nondot.org>
Thu, 1 Aug 2002 20:50:54 +0000
(20:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 1 Aug 2002 20:50:54 +0000
(20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3203
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/LLC/Makefile
patch
|
blob
|
history
diff --git
a/test/LLC/Makefile
b/test/LLC/Makefile
index 2a3421eb379f93aa3d52a72f54719eb73f2ba794..0aecc83090161f48b77d689dbc1d8dd8d81a466e 100644
(file)
--- a/
test/LLC/Makefile
+++ b/
test/LLC/Makefile
@@
-7,7
+7,7
@@
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
TESTS := $(wildcard *.ll) $(wildcard *.c)
-all:: $(addprefix Output/, $(
TESTS:%.ll=%.ts
))
+all:: $(addprefix Output/, $(
filter-out %.c, $(TESTS:%.ll=%.ts)
))
Output/%.ts: Output/%.bc $(LLC) Output/.dir
@echo "======== Compiling $< =========="