Skip to content

Commit eeda548

Browse files
committed
Migrate print-calling-conventions to rmake
1 parent 08cdc2f commit eeda548

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

-1
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

-4
This file was deleted.
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)