about summary refs log tree commit diff
path: root/src/test/ui/inline-asm-bad-operand.rs
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-59/+0
Address comments Update limits
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-9/+9
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-04Ignore some more tests on emscriptenNikita Popov-0/+2
Either missing i128 or asm support
2018-10-30Add a test for multiple cases of E0669Levente Kurusa-0/+9
Signed-off-by: Levente Kurusa <lkurusa@acm.org>
2018-10-06codegen_llvm: verify that inline assembly operands are scalarsLevente Kurusa-0/+57
Otherwise, LLVM translation will fail with a panic. Signed-off-by: Levente Kurusa <lkurusa@acm.org>