-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add report for optllcdbg test. rdar://8212016
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@109118 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Jim Grosbach
committed
Jul 22, 2010
1 parent
9c9ac29
commit b873fa9
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
##=== TEST.optllcdbg.report - Compare codegen w/ dbg info ------*- perl -*-===## | ||
# | ||
# This file defines a report to be generated for the optllcdbg test. | ||
# | ||
##===----------------------------------------------------------------------===## | ||
|
||
# Sort by name | ||
$SortCol = 1; | ||
$TrimRepeatedPrefix = 1; | ||
|
||
# These are the columns for the report. The first entry is the header for the | ||
# column, the second is the regex to use to match the value. Empty list create | ||
# seperators, and closures may be put in for custom processing. | ||
( | ||
# Name | ||
["Name:" , '\'([^\']+)\' Program'], | ||
[], | ||
["Result:", 'TEST-(.*)'], | ||
[] | ||
); |