From b885a91a1281c3f63aff7c9377e1114d3973fa7e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 21 Nov 2008 19:35:57 +0000 Subject: Document TEST=dbgopt llvm-svn: 59839 --- llvm/docs/SourceLevelDebugging.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'llvm/docs/SourceLevelDebugging.html') diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 172ede02e6a..4984521f599 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -208,6 +208,24 @@ elimination and inlining), but you might lose the ability to modify the program and call functions where were optimized out of the program, or inlined away completely.

+

+LLVM test suite provides a framework to test optimizer's handling of +debugging information. It can be run like this:

+ +
+
+% cd llvm/projects/test-suite/MultiSource/Benchmarks  # or some other level
+% make TEST=dbgopt
+
+
+ +

+This will test impact of debugging information on optimization passes. If +debugging information influences optimization passes then it will be reported +as a failure. See TestingGuide +for more information on LLVM test infratsture and how to run various tests. +

+ -- cgit v1.2.3