This is an archive of the discontinued LLVM Phabricator instance.

Explain in docs that assertions must be enabled to use the -stats flag
Needs ReviewPublic

Authored by robstewart57 on Feb 21 2015, 9:17 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

On llvm-dev there was a recent question about -stats, namely that it did not print out statistics about passes with the -stats opt flag.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082409.html

The answer is that assertions must be enabled.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-February/082461.html

This commit adds that information to the programmers manual document.

Diff Detail

Repository
rL LLVM

Event Timeline

robstewart57 retitled this revision from to Explain in docs that assertions must be enabled to use the -stats flag.
robstewart57 updated this object.
robstewart57 edited the test plan for this revision. (Show Details)
robstewart57 added a subscriber: Unknown Object (MLST).