Skip to content

Commit 0851c54

Browse files
committed
Auto merge of #138022 - tgross35:s390x-f16-test, r=<try>
[experiment] enable f16 on s390x Pick up https://github.com/llvm/llvm-project/pull and see if we can get artifacts for s390x. try-job: dist-s390x-linux
2 parents f9e0239 + 6a524bd commit 0851c54

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
shallow = true
2929
[submodule "src/llvm-project"]
3030
path = src/llvm-project
31-
url = https://github.com/rust-lang/llvm-project.git
32-
branch = rustc/20.1-2025-02-13
31+
url = https://github.com/tgross35/llvm-project.git
32+
branch = s390x-f16
3333
shallow = true
3434
[submodule "src/doc/embedded-book"]
3535
path = src/doc/embedded-book

library/std/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ fn main() {
102102
let has_reliable_f16 = match (target_arch.as_str(), target_os.as_str()) {
103103
// We can always enable these in Miri as that is not affected by codegen bugs.
104104
_ if is_miri => true,
105-
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
106-
("s390x", _) => false,
107105
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
108106
("arm64ec", _) => false,
109107
// LLVM crash <https://github.com/llvm/llvm-project/issues/129394>

src/llvm-project

Submodule llvm-project updated 123 files

0 commit comments

Comments
 (0)