Skip to content

Commit 985afc0

Browse files
authored
Rollup merge of #71239 - JohnTitor:llvm-asm, r=Amanieu
Rename `asm` test directory in favor of `llvm_asm` r? @Amanieu
2 parents 0d47312 + af442d9 commit 985afc0

22 files changed

+19
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/asm/asm-bad-clobber.stderr renamed to src/test/ui/llvm-asm/llvm-asm-bad-clobber.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0664]: clobber should not be surrounded by braces
2-
--> $DIR/asm-bad-clobber.rs:22:42
2+
--> $DIR/llvm-asm-bad-clobber.rs:22:42
33
|
44
LL | llvm_asm!("xor %eax, %eax" : : : "{eax}");
55
| ^^^^^^^

0 commit comments

Comments
 (0)