rust/tests
Hans Wennborg 402bdd183b Update test expectations to accept LLVM 'initializes' attribute
The test was checking for two `ptr` arguments by matching commas (or
non-commas), however after
https://github.com/llvm/llvm-project/pull/117104 LLVM adds an
`initializes((0, 16))` attribute, which includes a comma.

So instead, we make the test check for two LLVM values, i.e. something
prefixed by %.

(See also https://crbug.com/380707238)
2024-11-25 15:30:35 +01:00
..
assembly Make s390x non-clobber-only vector register support unstable 2024-11-24 21:42:22 +09:00
auxiliary Support input/output in vector registers of s390x inline assembly 2024-11-22 04:18:14 +09:00
codegen Update test expectations to accept LLVM 'initializes' attribute 2024-11-25 15:30:35 +01:00
codegen-units
coverage
coverage-run-rustdoc
crashes Rollup merge of #132090 - compiler-errors:baily, r=lcnr 2024-11-22 21:07:38 -05:00
debuginfo
incremental
mir-opt remove remaining references to Reveal 2024-11-23 13:52:56 +01:00
pretty
run-make Rollup merge of #132432 - davidlattimore:std-interposable, r=Mark-Simulacrum 2024-11-25 07:01:38 +01:00
rustdoc
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui only store valid proc marco item for doc link 2024-11-23 13:41:27 +08:00
ui Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu 2024-11-25 07:01:37 +01:00
ui-fulldeps
COMPILER_TESTS.md