about summary refs log tree commit diff
path: root/src/test/codegen/asm-sanitize-llvm.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2021-08-04Fix lint capitalization and ignoring, test with include_strasquared31415-0/+1
2021-06-24Re-Annotate the tests with needs-llvm-componentsSimonas Kazlauskas-1/+2
Doesn't work though, because compiletest doesn't process ignores on a per-revision manner.
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!