Skip to content

Commit 76af837

Browse files
committed
Migrate print-calling-conventions to rmake
1 parent f00f850 commit 76af837

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
use run_make_support::rustc;
2+
3+
fn main() {
4+
rustc().print("calling-conventions").run();
5+
}

0 commit comments

Comments
 (0)