brintos

brintos / llvm-project-archived public Read only

0
0
Text · 432 B · 660319f Raw
30 lines · plain
1# Excluding .cpp file from the extensions since from this level down they are used for the development2config.suffixes = [3    ".c",4    ".f",5    ".F",6    ".ff",7    ".FOR",8    ".for",9    ".f77",10    ".f90",11    ".F90",12    ".ff90",13    ".f95",14    ".F95",15    ".ff95",16    ".fpp",17    ".FPP",18    ".cuf",19    ".CUF",20    ".f18",21    ".F18",22    ".f03",23    ".F03",24    ".f08",25    ".F08",26    ".ll",27    ".fir",28    ".mlir",29]30