Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for escaping LLVMisms in inline asm
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!
- Loading branch information