rust/tests/codegen/meta-filecheck
许杰友 Jieyou Xu (Joe) aaca9fa482 compiletest: don't register MSVC/NONMSVC FileCheck prefixes
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-12-19 20:36:51 +08:00
..
check-prefix.rs
filecheck-flags.rs
msvc-prefix-bad.rs
no-directives.rs
revision-prefix.rs