Kai Tetzlaff (kai+qnas) 99a79e2218 Refactor lib/ossbuild-common.bash and adapt projects to changes
* Use common prefixes for project specific build step functions:
  - ossbuild-prepare-<prjname>
  - ossbuild-build-<prjname>
  - ossbuild-install-<prjname>
* New project specific build step function: ossbuild-configure-ok-p-<prjname>
* New environment variable OSSBUILD_SKIP. Allows users to skip listed
  (comma separated) build steps.
* Remove `-generic` from common function names.
* Improve ossbuild-pushd/popd functions.
* Improve doc comments.
* Adapt projects to renamed functions
2024-05-18 01:48:22 +02:00
..

LLVM Compiler Infrastructure

See https://llvm.org.

Tools:

  • clang(++)
  • clang-extra-tools

    • clangd
    • clang-format
    • clang-tidy
  • lld
  • lldb

Runtimes

  • libc++
  • libc++abi
  • libunwind

To build the runtimes, the build script uses the Bootstrapping build method.