about summary refs log tree commit diff
path: root/tests/assembly-llvm/asm
AgeCommit message (Collapse)AuthorLines
2025-08-22Updated uitests for new parserJonathan Brouwer-4/+0
2025-08-13Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwcoGuillaume Gomez-0/+4
aarch64: Make `outline-atomics` a known target feature This is a feature used by LLVM that is enabled for our `aarch64-linux` targets, which we would like to configure on in `std`. Thus, mark `outline-atomics` a known feature. It is left unstable for now.
2025-08-10Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=AmanieuStuart Cook-20/+31
Stabilize loongarch32 inline asm r? ````````@Amanieu````````
2025-07-31aarch64: Make `outline-atomics` a known target featureTrevor Gross-0/+4
This is a feature used by LLVM that is enabled for our `aarch64-linux` targets, which we would like to configure on in `std`. Thus, mark `outline-atomics` a known feature. It is left unstable for now.
2025-07-25tests: aarch64-outline-atomics: Remove hardcoded targetJens Reidel-2/+0
Since this test is limited to aarch64 and linux hosts, the --target flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-24asm: Stabilize loongarch32WANG Rui-20/+31
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-0/+5491