about summary refs log tree commit diff
path: root/src/test/codegen/asm-may_unwind.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-39/+0
2022-08-14Update the minimum external LLVM to 13Josh Stone-1/+0
2022-04-09Update asm-may_unwind test to handle use of asm with outputs.Luqman Aden-2/+15
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1/+3
They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-12-03limit may_unwind codegen test to x86_64cynecx-0/+1
2021-12-03fix inline asm test because of missing attributecynecx-1/+1
2021-12-03add tests for asm's options(may_unwind)cynecx-0/+24