clang20
Port variant std
Summary C language family frontend for LLVM 20.1
Package version 20.1.8
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 05 DEC 2025, 04:53:24 UTC
Port created 05 DEC 2025, 04:53:24 UTC
Subpackage Descriptions
set This is the clang20:std metapackage. It pulls in all subpackages of clang20:std.
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.
man This is the man page subpackage of the clang20:std port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) llvm20:dev:std
llvm20:tools:std
ncurses:dev:std
libexecinfo:dev:std
cmake:primary:std
zlib:dev:std
libxml2:dev:std
python313:dev:std
python313:primary:std
autoselect-python:single:std
python-ninja:single:v13
Build and Runtime llvm20:primary:std
ncurses:primary:std
ncurses:terminfo:std
libexecinfo:primary:std
zlib:primary:std
libxml2:primary:std
Runtime (only) llvm20:primary:std (extra subpackage)
ravensys-gcc:cxx_run:std (extra subpackage)
ravensys-gcc:libs:std (extra subpackage)
clang20:dynlibs:std (compiler subpackage)
ravensys-gcc:cxx_run:std (compiler subpackage)
ravensys-gcc:libs:std (compiler subpackage)
llvm20:primary:std (dynlibs subpackage)
Download groups
main https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/
http://llvm.org/releases/20.1.8/
Distribution File Information
b7a1b7b0af7b9c7596af6bd46e36d11321926eaa66a7a7dc957ab0a1375ee4b0 23754472 llvm20/clang-20.1.8.src.tar.xz 7d5ce15f84a098d79b5369d3c03857065abc3cb2f3435f08b1e4bc2a829aa2fc 3397100 llvm20/clang-tools-extra-20.1.8.src.tar.xz 3319203cfd1172bbac50f06fa68e318af84dcb5d65353310c0586354069d6634 8652 llvm20/cmake-20.1.8.src.tar.xz
Ports that require clang20:std
zig:std Programming language