about summary refs log tree commit diff
path: root/src/test/ui/inline-asm-bad-operand.rs
AgeCommit message (Collapse)AuthorLines
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>