Re: lang/rust/Makefile for 1.82.0 has wrong llvm:min= value [I got that incorrect]; more

2024-11-15 Thread Charlie Li
Mark Millard wrote: On Nov 14, 2024, at 19:30, Tatsuki Makino wrote: Since option PORT_LLVM is not turned on in the official version, it seems that there is no problem with using of the bundle llvm. However, if we want to use llvm instead of a bundle on an architecture where the compiler cau

Re: lang/rust/Makefile for 1.82.0 has wrong llvm:min= value [I got that incorrect]; more

2024-11-14 Thread Mark Millard
On Nov 14, 2024, at 19:30, Tatsuki Makino wrote: > Since option PORT_LLVM is not turned on in the official version, it seems > that there is no problem with using of the bundle llvm. > However, if we want to use llvm instead of a bundle on an architecture where > the compiler causes problems, t

Re: lang/rust/Makefile for 1.82.0 has wrong llvm:min= value [I got that incorrect]; more

2024-11-14 Thread Tatsuki Makino
Hello. Since option PORT_LLVM is not turned on in the official version, it seems that there is no problem with using of the bundle llvm. However, if we want to use llvm instead of a bundle on an architecture where the compiler causes problems, that version is no longer supported and we need to

Re: lang/rust/Makefile for 1.82.0 has wrong llvm:min= value [I got that incorrect]; more

2024-11-14 Thread Mark Millard
[Charlie is correct about LLVM 17 being allowed by 1.82.0 of rust. I had that wrong.] On Nov 14, 2024, at 14:26, Mark Millard wrote: > > On Nov 14, 2024, at 13:21, Charlie Li wrote: > >> Mark Millard wrote: >>> https://github.com/rust-lang/rust/pull/130487 reports . . . >>> QUOTE >>> Update th