Skip to content

Commit 75ab6d0

Browse files
SouraVXkiranchandramohan
authored andcommitted
[DebugInfo] Basic testing infra for debug-info testing
This patch adds minimal support for debug-info testing infrastructure. Post this debug-info related development should use this for adding incremental test cases for regression and verification. Discussion GitHub Issue: #899
1 parent 9ced08b commit 75ab6d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/debug_info/lit.local.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
# See https://llvm.org/LICENSE.txt for license information.
4+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
#
6+
7+
#debug info test configuration
8+
9+
config.suffixes = ['.f', '.FOR', '.for', '.f77', '.f90', '.f95', '.F', '.fpp',
10+
'.FPP']
11+

0 commit comments

Comments
 (0)