bolt/deps/llvm-18.1.8/flang/test/lib/lit.local.cfg
2025-02-14 19:21:04 +01:00

29 lines
432 B
INI

# 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",
]