Fix file mode.
[llvm-testsuite.git] / TEST.optllcdbg.report
blobe785734546f20deb3dafc258227fc5c0ffd8a1d4
1 ##=== TEST.optllcdbg.report - Compare codegen w/ dbg info ------*- perl -*-===##
3 # This file defines a report to be generated for the optllcdbg test.
5 ##===----------------------------------------------------------------------===##
7 # Sort by name
8 $SortCol = 1;
9 $TrimRepeatedPrefix = 1;
11 # These are the columns for the report.  The first entry is the header for the
12 # column, the second is the regex to use to match the value.  Empty list create
13 # seperators, and closures may be put in for custom processing.
15 # Name
16  ["Name:" , '\'([^\']+)\' Program'],
17  [],
18  ["Result:", 'TEST-(.*)'],
19  []
20  );