quic / toolchain_for_hexagon

Other
18 stars 11 forks source link

Explore llvm distribution build #4

Open androm3da opened 2 years ago

androm3da commented 2 years ago

https://llvm.org/docs/BuildingADistribution.html describes the process for building an llvm toolchain distribution, which would build the compiler, linker, binutils and associated target libraries.

This might be a more suitable process for building this toolchain.

androm3da commented 2 years ago

975b05093db99090f60d480f5b389939665bb48f is hastily cobbled together - some of the necessary pieces.

Not thought through how to resolve dependencies between the C library and the builtins.