[llvm-commits] CVS: llvm/www/docs/ProgrammersManual.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 17:27:01 PDT 2003
Changes in directory llvm/www/docs:
ProgrammersManual.html updated: 1.42 -> 1.43
---
Log message:
Fix a bug
---
Diffs of the changes:
Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.42 llvm/www/docs/ProgrammersManual.html:1.43
--- llvm/www/docs/ProgrammersManual.html:1.42 Fri Aug 1 17:20:59 2003
+++ llvm/www/docs/ProgrammersManual.html Fri Aug 1 17:26:27 2003
@@ -398,13 +398,9 @@
'bar' debug type
No debug type (2)
$ opt < a.bc > /dev/null -mypass -debug-only=foo
- No debug type
'foo' debug type
- No debug type (2)
$ opt < a.bc > /dev/null -mypass -debug-only=bar
- No debug type
'bar' debug type
- No debug type (2)
$
</pre><p>
@@ -414,7 +410,7 @@
<tt>#undef</tt>'s). Also, you should use names more meaningful that "foo" and
"bar", because there is no system in place to ensure that names do not conflict:
if two different modules use the same string, they will all be turned on when
-the name is specified. This allows all, say, instruction scheduling debug
+the name is specified. This allows all, say, instruction scheduling, debug
information to be enabled with <tt>-debug-type=InstrSched</tt>, even if the
source lives in multiple files.<p>
@@ -1793,6 +1789,6 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Fri Aug 1 16:40:37 CDT 2003
+Last modified: Fri Aug 1 17:26:10 CDT 2003
<!-- hhmts end -->
</font></body></html>
More information about the llvm-commits
mailing list