mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Fix makefile to work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d86cbea0fb
commit
51ed58d8af
@ -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 $< =========="
|
||||
|
Loading…
Reference in New Issue
Block a user