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

小さい猫 chiisaineko@protonmail.com
Thu Dec 14 06:42:29 GMT 2023


On Wednesday, 2 August 2023 at 12:32 PM, 小さい猫 <chiisaineko@protonmail.com> wrote:

> On Monday, July 31st, 2023 at 5:37 AM, Jon Turney jon.turney@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 will manually set them to something like $HOME/llvm/llvm-x.y.z-a.arch/inst/usr/bin/llvm-config.
> 
> But maybe that is not the correct way to build it.

it turned out it's not necessary, the correct build order is (i think): llvm -> clang -> compiler-rt -> libunwind -> libcxx (with the previous version of libcxxabi) -> libcxxabi -> libcxx

By the way, just now I have updated these cygports to 13.0.1 LLVM release in my GitHub repo.


More information about the Cygwin-apps mailing list