Skip to content

Commit cea6e4d

Browse files
authored
Rollup merge of #84930 - hermitcore:target, r=nagisa
rename LLVM target for RustyHermit - RustyHermit is a library operating system, where the user- and the kernel-space use the same target - by a mistake a previous patch changes the target to an incorect value - this merge request revert the previous changes
2 parents 6e4c842 + 76f884a commit cea6e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/x86_64_unknown_none_hermitkernel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn target() -> Target {
1111
base.stack_probes = StackProbeType::Call;
1212

1313
Target {
14-
llvm_target: "x86_64-unknown-none-elf".to_string(),
14+
llvm_target: "x86_64-unknown-hermit".to_string(),
1515
pointer_width: 64,
1616
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1717
.to_string(),

0 commit comments

Comments
 (0)