Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2024-01-16 Thread via Cygwin-apps
On Monday, 15 January 2024 at 9:47 PM, 小さい猫 wrote: > me too, i have already compiled llvm15, so the next is clang and libc++ > blabla... On Tuesday, 16 January 2024 at 7:14 PM, 小さい猫 via Cygwin-apps wrote: > now updated to 15.0.7 so i have moved back to linux and started to contin

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2024-01-16 Thread via Cygwin-apps
On Tuesday, 16 January 2024 at 1:41 AM, ASSI via Cygwin-apps wrote: > THanks for letting us know. I can't promise, but I'll try to have a look over > the weekend. <3 On Monday, 15 January 2024 at 6:37 PM, 小さい猫 wrote: > now updated to 14.0.5 now updated to 15.0.7

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2024-01-15 Thread via Cygwin-apps
On Monday, 15 January 2024 at 7:47 PM, Takashi Yano wrote: > I'm really looking forward to Rust running on cygwin. me too, i have already compiled llvm15, so the next is clang and libc++ blabla... > BTW, are you aware of this ITA? >

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2024-01-15 Thread via Cygwin-apps
On Thursday, 14 December 2023 at 2:42 PM, 小さい猫 via Cygwin-apps wrote: > By the way, just now I have updated these cygports to 13.0.1 LLVM release in > my GitHub repo. now updated to 14.0.5

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-12-13 Thread via Cygwin-apps
On Wednesday, 2 August 2023 at 12:32 PM, 小さい猫 wrote: > On Monday, July 31st, 2023 at 5:37 AM, Jon Turney jon.tur...@dronecode.org.uk > wrote: > > > why LLVM_CONFIG_PATH needs explicitly setting, in most packages? > > LLVM_CONFIG_PATH is there as a template, when building the next version, i

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-08-27 Thread via Cygwin-apps
Thank you for your hard work <3 On Monday, August 28th, 2023 at 12:28 AM, ASSI via Cygwin-apps wrote: > ASSI via Cygwin-apps writes: > > - [ ] dtc (?) Ah sorry... that device tree compiler cygport repo in the github org is not related to LLVM stuffs. just i happened to need it for building

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-08-18 Thread via Cygwin-apps
On Monday, August 14th, 2023 at 12:50 AM, ASSI via Cygwin-apps wrote: > - ocaml-dune > + no longer builds with the original recipe, missing external libraries that > in turn require dune to build > + bootstrapped dune should still be viable > - ocaml-ctype > + would be needed for llvm > +

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-08-17 Thread via Cygwin-apps
On Friday, August 18th, 2023 at 8:59 AM, 小さい猫 via Cygwin-apps wrote: > also starting from llvm 11, libunwind seemed to use some asm and the build > bugged due a cmake bug(?) the cmake issue is about to remove -fPIC from the asmflags. starting from llvm12, msys2/mingw introduced a

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-08-17 Thread via Cygwin-apps
On Monday, August 14th, 2023 at 12:50 AM, ASSI via Cygwin-apps wrote: > I've started a local llvm-revival branch… I got sidetracked with OCaml, > but that will need some more time and currently I have just disabled the > OCaml bindings in LLVM instead (not removed: this is controlled by a >

Re: [Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-08-01 Thread via Cygwin-apps
On Monday, July 31st, 2023 at 5:37 AM, Jon Turney wrote: > I would like to ask why you've dropped debuginfo package generation, and > why LLVM_CONFIG_PATH needs explicitly setting, in most packages? just because my laptop doesn't have much storage left for Windows... LLVM_CONFIG_PATH is there

[Sharing progress] Tried to revive LLVM/Clang/Libc++ pkgs and port Rust

2023-07-27 Thread via Cygwin-apps
Hello. Recently, for my personal needs, I have been trying to tweak and upgrade the following packages: llvm, compiler-rt, libunwind, libcxxabi, libcxx, clang (upgrading version by version from the original 9.0.1, and currently upgraded to version 12.0.1). I imported some useful patches from