aboutsummaryrefslogtreecommitdiff
path: root/Makefile.programs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-28 20:25:47 +0000
committerDevang Patel <dpatel@apple.com>2011-03-28 20:25:47 +0000
commit75b1ec4308b0097de07c50fe8a36e087bfb94f8e (patch)
treecc2dd4197a26ee88cfd3710b457239c9e0cb03b1 /Makefile.programs
parent37c9f92dc67bdcd29f678dc3fc8c74970b6eea21 (diff)
Tidy up TEST=dbg reports.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@128423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.programs')
-rw-r--r--Makefile.programs24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 840ef470..9d464c02 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -995,30 +995,6 @@ report.dbgopt.header:
report.dbgopt: report.dbgopt.header report.$(TEST).txtonly
-report.dbg.html: $(REPORT_DEPENDENCIES) $(TestMakefile)
- $(MAKE) $(FORCE_SERIAL_ARG) TEST=$(TEST)
- @echo "<h1> Quality of debug info in optimized builds at -O3</h1>" > $@
- @echo "<table border=\"0\">" >> $@
- @echo "<tr><td></td><td>|</td>" >> $@
- @echo "<td><b>GCC</b></td><td></td><td></td><td></td>" >> $@
- @echo "<td>|</td>" >> $@
- @echo "<td><b>LLVM</b></td><td></td><td></td><td></td>" >> $@
- @echo "</tr>" >> $@
- @echo "<tr>" >> $@
- @echo "<td>Name</td><td>|</td>" >> $@
- @echo "<td>Total<br>Arguments</td>" >> $@
- @echo "<td>Valid<br>Arguments</td>" >> $@
- @echo "<td>Missing<br>Arguments</td>" >> $@
- @echo "<td>Invalid<br>Arguments</td>" >> $@
- @echo "<td>|</td>" >> $@
- @echo "<td>Total<br>Arguments</td>" >> $@
- @echo "<td>Valid<br>Arguments</td>" >> $@
- @echo "<td>Missing<br>Arguments</td>" >> $@
- @echo "<td>Invalid<br>Arguments</td>" >> $@
- @echo "</tr>" >> $@
- find . -name \*.$(TEST).report.html -exec cat {} \; >> $@
- @echo "</table>" >> $@
-
endif
clean::