Skip to content

Commit 3a41a11

Browse files
committed
Migrate run-make/print-calling-conventions to ui-test
1 parent 64ebd39 commit 3a41a11

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ run-make/no-alloc-shim/Makefile
2323
run-make/pdb-buildinfo-cl-cmd/Makefile
2424
run-make/pgo-gen-lto/Makefile
2525
run-make/pgo-indirect-call-promotion/Makefile
26-
run-make/print-calling-conventions/Makefile
2726
run-make/print-target-list/Makefile
2827
run-make/raw-dylib-alt-calling-convention/Makefile
2928
run-make/raw-dylib-c/Makefile

tests/run-make/print-calling-conventions/Makefile

-4
This file was deleted.

tests/ui/print-calling-conventions.rs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//@ compile-flags: --print calling-conventions
2+
//@ build-pass
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
C
2+
C-cmse-nonsecure-call
3+
C-unwind
4+
Rust
5+
aapcs
6+
aapcs-unwind
7+
avr-interrupt
8+
avr-non-blocking-interrupt
9+
cdecl
10+
cdecl-unwind
11+
efiapi
12+
fastcall
13+
fastcall-unwind
14+
msp430-interrupt
15+
ptx-kernel
16+
riscv-interrupt-m
17+
riscv-interrupt-s
18+
rust-call
19+
rust-cold
20+
rust-intrinsic
21+
stdcall
22+
stdcall-unwind
23+
system
24+
system-unwind
25+
sysv64
26+
sysv64-unwind
27+
thiscall
28+
thiscall-unwind
29+
unadjusted
30+
vectorcall
31+
vectorcall-unwind
32+
win64
33+
win64-unwind
34+
x86-interrupt

0 commit comments

Comments
 (0)