about summary refs log tree commit diff
path: root/tests/codegen/meta-filecheck
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-32/+0
2024-12-19compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes许杰友 Jieyou Xu (Joe)-7/+0
This was fragile as it was based on host target passed to compiletest, but the user could cross-compile and run test for a different target (e.g. cross from linux to msvc, but msvc won't be set on the target). Furthermore, it was also very surprising as normally revision names (other than `CHECK`) was accepted as FileCheck prefixes.
2024-02-23Allow tests to specify a `//@ filecheck-flags:` headerZalathar-0/+8
Any flags specified here will be passed to LLVM's `filecheck` tool, in tests that use that tool.
2024-02-23Add some simple meta-tests for the handling of `filecheck` flagsZalathar-0/+31