Skip to content

Commit 2e161bc

Browse files
Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=<try>
[WIP] Fix Cranelift dist try-job: dist-x86_64-linux
2 parents 8712e45 + 49e8eb9 commit 2e161bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Ensure that Cranelift can be used to compile a simple program with `x86_64-unknown-linux-gnu`
2+
// dist artifacts.
3+
4+
//@ only-dist
5+
//@ only-x86_64-unknown-linux-gnu
6+
//@ compile-flags: -Z codegen-backend=cranelift
7+
8+
fn main() {
9+
println!("Hello world!");
10+
}

0 commit comments

Comments
 (0)