File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 28
28
shallow = true
29
29
[submodule "src/llvm-project "]
30
30
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
33
33
shallow = true
34
34
[submodule "src/doc/embedded-book "]
35
35
path = src/doc/embedded-book
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ fn main() {
102
102
let has_reliable_f16 = match ( target_arch. as_str ( ) , target_os. as_str ( ) ) {
103
103
// We can always enable these in Miri as that is not affected by codegen bugs.
104
104
_ if is_miri => true ,
105
- // Selection failure <https://github.com/llvm/llvm-project/issues/50374>
106
- ( "s390x" , _) => false ,
107
105
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
108
106
( "arm64ec" , _) => false ,
109
107
// LLVM crash <https://github.com/llvm/llvm-project/issues/129394>
You can’t perform that action at this time.
0 commit comments