clang19
Port variant std
Summary C language family frontend for LLVM 19.1
Package version 19.1.7
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 27 APR 2025, 20:07:24 UTC
Port created 27 APR 2025, 20:07:24 UTC
Subpackage Descriptions
set This is the clang19:std metapackage. It pulls in all subpackages of clang19: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 clang19:std port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) llvm19:dev:std
llvm19:tools:std
ncurses:dev:std
libexecinfo:dev:std
cmake:primary:std
ninja:single:std
zlib:dev:std
libxml2:dev:std
python312:dev:std
python312:primary:std
autoselect-python:single:std
Build and Runtime llvm19:primary:std
ncurses:primary:std
ncurses:terminfo:std
libexecinfo:primary:std
zlib:primary:std
libxml2:primary:std
Runtime (only) llvm19:primary:std (extra subpackage)
ravensys-gcc:cxx_run:std (extra subpackage)
ravensys-gcc:libs:std (extra subpackage)
clang19:dynlibs:std (compiler subpackage)
ravensys-gcc:cxx_run:std (compiler subpackage)
ravensys-gcc:libs:std (compiler subpackage)
llvm19:primary:std (dynlibs subpackage)
Download groups
main https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/
http://llvm.org/releases/19.1.7/
Distribution File Information
11e5e4ecab5338b9914de3b83a4622cb200de466b7c56ba675afb72fa7d64675 23510492 clang-19.1.7.src.tar.xz 430b088bf820550090a6cf0eec67183d045273c18b3f1d6c5207e46d93391be7 3417028 clang-tools-extra-19.1.7.src.tar.xz 11c5a28f90053b0c43d0dec3d0ad579347fc277199c005206b963c19aae514e3 9300 cmake-19.1.7.src.tar.xz
Ports that require clang19:std
firefox:std Mozilla web browser
thunderbird:std Mozilla Thunderbird mail/newsgroup client
zig:std Programming language