xpack-dev-tools / clang-xpack

A binary distribution of the LLVM clang compiler infrastructure
https://xpack-dev-tools.github.io/clang-xpack/
MIT License
10 stars 2 forks source link

Extend the distribution with more LLVM components #7

Closed ilg-ul closed 1 year ago

ilg-ul commented 2 years ago

In order to reduce the archive size, the distribution was stripped and only basic clang was preserved.

Without the LLVM headers and libraries, building some project is not possible (see #6).

Reconsider and include more components.

For example check the HomeBrew llvm.rb and the Arch PKGBUILD.

ilg-ul commented 1 year ago

For now the clang distribution will try to keep the archive size down, and omit some less used llvm tools.