aboutsummaryrefslogtreecommitdiff
path: root/flang/test/lib/lit.local.cfg
blob: f2c77f45c1bbed30332ab38ba920802a43642c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Excluding .cpp file from the extensions since from this level down they are used for the development
config.suffixes = [
    ".c",
    ".f",
    ".F",
    ".ff",
    ".FOR",
    ".for",
    ".f77",
    ".f90",
    ".F90",
    ".ff90",
    ".f95",
    ".F95",
    ".ff95",
    ".fpp",
    ".FPP",
    ".cuf" ".CUF",
    ".f18",
    ".F18",
    ".f03",
    ".F03",
    ".f08",
    ".F08",
    ".ll",
    ".fir",
    ".mlir",
]