rust/tests/assembly/targets
Nikita Popov 8866449c66 Split assembly tests for ELF and MachO
On ELF, the text section is opened with ".text", on MachO with
".section __TEXT,__text".

Previously, on ELF this test was actually matching a GNU note
section, which is no longer emitted on Solaris starting with
LLVM 18.

Fixes https://github.com/rust-lang/rust/issues/120105.
2024-01-25 16:17:35 +01:00
..
targets-elf.rs Split assembly tests for ELF and MachO 2024-01-25 16:17:35 +01:00
targets-macho.rs Split assembly tests for ELF and MachO 2024-01-25 16:17:35 +01:00
targets-nvptx.rs tests: add sanity-check assembly test for every target 2024-01-17 09:44:11 +00:00
targets-pe.rs tests: add sanity-check assembly test for every target 2024-01-17 09:44:11 +00:00