aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-12 15:21:57 +0000
committerChris Lattner <sabre@nondot.org>2002-02-12 15:21:57 +0000
commit434c280a915f8749203f3fa21a4567f67ad9db9c (patch)
treec4b80da95222c1d4bc436c060de4f9ad206482a4 /test/Feature/Makefile
parentbe65001fb10c52918199f417ca7dba6f8237b1b4 (diff)
downloadexternal_llvm-434c280a915f8749203f3fa21a4567f67ad9db9c.zip
external_llvm-434c280a915f8749203f3fa21a4567f67ad9db9c.tar.gz
external_llvm-434c280a915f8749203f3fa21a4567f67ad9db9c.tar.bz2
test/Features should not contain whole programs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/Makefile')
-rw-r--r--test/Feature/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile
index 349c1e0..ffbad50 100644
--- a/test/Feature/Makefile
+++ b/test/Feature/Makefile
@@ -38,8 +38,3 @@ Output/%.s: Output/%.bc $(LLC)
$(LLC) -f $(LLCFLAGS) $< -o $@ || \
( rm -f $@; $(FAILURE) $@ )
-Output/%: Output/%.s $(LLC)
- @echo "======== Generating SPARC executable for $<"
- $(CC) $(CFLAGS) $< -o $@ || \
- ( rm -f $@; $(FAILURE) $@ )
-