clang13
Port variant standard
Summary C language family frontend for LLVM 13.0
Package version 13.0.1
Homepage http://llvm.org/
Keywords lang
Maintainer nobody
License University of Illinois/NCSA Open Source License
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 08 MAY 2022, 05:25:54 UTC
Port created 08 MAY 2022, 05:25:54 UTC
Subpackage Descriptions
complete This is the clang13-standard metapackage. It pulls in all subpackages of clang13-standard.
compiler The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project. This package contains Clang is an "LLVM native" C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles (e.g. about 3x faster than GCC when compiling Objective-C code in a debug configuration), extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.
extra The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project. This package holds tools that are developed as part of the LLVM compiler infrastructure project and the Clang frontend. These tools are kept in a separate "extra" repository to allow lighter weight checkouts of the core Clang codebase.
dynlibs The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project. This package contains the dynamic clang libraries which are potentially dependencies for ports that require clang to build.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) cmake:single:standard
ninja:single:standard
zlib:static:standard
python310:single:standard
autoselect-python:single:standard
Build and Runtime llvm13:single:standard
ncurses:primary:standard
libexecinfo:single:standard
zlib:shared:standard
libxml2:single:standard
Runtime (only) ravensys-gcc:cxx_run:standard (extra subpackage)
clang13:dynlibs:standard (compiler subpackage)
ravensys-gcc:cxx_run:standard (compiler subpackage)
Download groups
main https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/
http://llvm.org/releases/13.0.1/
Distribution File Information
787a9e2d99f5c8720aa1773e4be009461cd30d3bd40fdd24591e473467c917c9 17847584 clang-13.0.1.src.tar.xz cc2bc8598848513fa2257a270083e986fd61048347eccf1d801926ea709392d0 2740348 clang-tools-extra-13.0.1.src.tar.xz
Ports that require clang13:standard
zig:standard Programming language