Skip to content

Commit 413a63e

Browse files
committed
Migrate run-make/print-calling-conventions to ui-test
1 parent f00f850 commit 413a63e

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ run-make/pgo-gen-lto/Makefile
8989
run-make/pgo-gen-no-imp-symbols/Makefile
9090
run-make/pgo-indirect-call-promotion/Makefile
9191
run-make/pointer-auth-link-with-c/Makefile
92-
run-make/print-calling-conventions/Makefile
9392
run-make/print-target-list/Makefile
9493
run-make/raw-dylib-alt-calling-convention/Makefile
9594
run-make/raw-dylib-c/Makefile

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/ui/print-calling-conventions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//@ compile-flags: --print calling-conventions
2+
//@ build-pass
Lines changed: 34 additions & 0 deletions
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)