blob: e785734546f20deb3dafc258227fc5c0ffd8a1d4 [file] [log] [blame]
##=== 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-(.*)'],
[]
);