Files
rust-lang/tests/assembly-llvm
Matthias Krüger c11be675f4 Rollup merge of #151571 - androm3da:bcain/cstr_merge, r=tgross35
Fix cstring-merging test for Hexagon target

Hexagon assembler uses `.string` directive instead of `.asciz` for null-terminated strings. Both are equivalent but the test was only checking for `.asciz`.

Update the CHECK patterns to accept both directives using `.{{asciz|string}}` regex pattern.
2026-01-24 21:04:17 +01:00
..
2026-01-24 17:29:25 +00:00
2025-08-26 13:44:00 +00:00