| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Portable C++ Toolchain is a complete C/C++ toolchain based on LLVM.
With this toolchain you can:
This toolchain provides a Bazel rules integration. Consult the release notes for a quick start guide.
For more complex usage, see the Bazel API documentation.
Note that the Bazel integration currently does not target Windows. Cross-compiling from Windows hosts to Linux targets is supported.
This toolchain provides a CMake integration. Consult the release notes for a quick start guide.
If you are compiling standalone executables, you can use the musl targets. This creates a fully static linked executable.
If you need to build dynamic libraries, or need to load system dynamic libraries, use the gnu targets. These create dynamically linked binaries that use an "old" glibc to maximize compatibility. The compiler runtime and libstdc++ are still linked statically.
With either option, "old" kernel headers are used to maximize compatibility with older operating systems.
For exact versions, consult the release notes.
Apple and Microsoft provide their own SDKs that are not redistributed with this toolchain. You must install Xcode or the Windows SDK/Visual Studio to target those operating systems.
The toolchains are released under their respective licenses. The code in this repository is licensed under the Apache License, Version 2.0.
| Back | FazBrowse Home | New Git URL |