about summary refs log tree commit diff
path: root/src/test/codegen/asm-sanitize-llvm.rs
AgeCommit message (Collapse)AuthorLines
2021-02-06Add a test for escaping LLVMisms in inline asmSimonas Kazlauskas-0/+32
We escape certain LLVM-specific features when passing the inline assembly string to the LLVM. Until now, however, there was no test making sure this behaviour stays intact. This commit adds such a test!