about summary refs log tree commit diff
path: root/src/test/codegen/asm-may_unwind.rs
AgeCommit message (Expand)AuthorLines
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
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