mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 08:30:47 +03:00
.. | ||
CMakeLists.txt | ||
FileCheck-3.5.cpp | ||
FileCheck-3.6.cpp | ||
FileCheck-3.7.cpp | ||
FileCheck-3.8.cpp | ||
FileCheck-3.9.cpp | ||
FileCheck-4.0.cpp | ||
gen_gccbuiltins.cpp | ||
llvm-profdata-3.7.cpp | ||
llvm-profdata-3.8.cpp | ||
llvm-profdata-3.9.cpp | ||
llvm-profdata-4.0.cpp | ||
not.cpp | ||
README.md |
LDC – Utils
The /utils
directory contains utilities that are used in building LDC (gen_gccbuiltins.cpp
)
and testing LDC (not
and FileCheck
).
not
is copied from LLVM
FileCheck
is copied from LLVM, and versioned for each LLVM version that we support (for example, FileCheck-3.9.cpp does not compile with LLVM 3.5).
Older versions of FileCheck contain modifications such that they contain new features/bugfixes but still compile with older LLVM versions.
How not
and FileCheck
are used is decribed here: LDC Lit-based testsuite.