rust/src/tools/compiletest
Guillaume Gomez 0e08be5360
Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser
Allow tests to specify a `//@ filecheck-flags:` header

This allows individual codegen/assembly/mir-opt tests to pass extra flags to the LLVM `filecheck` tool as needed.

---

The original motivation was noticing that `tests/run-make/instrument-coverage` was very close to being an ordinary codegen test, except that it needs some extra logic to set up platform-specific variables to be passed into filecheck.

I then saw the comment in `verify_with_filecheck` indicating that a `filecheck-flags` header might be useful for other purposes as well.
2024-02-26 10:27:41 +01:00
..
src Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiser 2024-02-26 10:27:41 +01:00
Cargo.toml windows bump to 0.52 2024-02-18 16:02:16 +03:00