llvm-13
modular, fast C/C++/ObjC compiler, static analyzer and tools
WWW CVSWeb GITHub-
Package versionllvm-13.0.0p26
-
MaintainerSebastien Marie, Robert Nagy
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.
This package includes the LLVM Core and the Clang compiler suite.
The LLVM Core libraries provide a modern source- and target-independent
optimizer, along with code generation support for various popular CPUs
(i386, amd64, powerpc and arm are major targets). These libraries are
built around a well specified code representation known as the LLVM
intermediate representation ("LLVM IR"). The LLVM Core libraries are
well documented, and it is particularly easy to invent your own language
(or port an existing compiler) to use LLVM as an optimizer and code
generator.
Clang is an "LLVM native" C/C++/Objective-C compiler, which aims
to deliver fast compiles, extremely useful error and warning messages
and to provide a platform for building great source level tools.
The Clang Static Analyzer is a tool 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.
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
To use different compiler versions for, e.g. release(8), point mk.conf(5)
at this port:
AR=${TRUEPREFIX}/bin/llvm-ar-${LLVM_MAJOR}
AS=${TRUEPREFIX}/bin/llvm-as-${LLVM_MAJOR}
CC=${TRUEPREFIX}/bin/clang-${LLVM_MAJOR}
CXX=${TRUEPREFIX}/bin/clang++-${LLVM_MAJOR}
CPP=${TRUEPREFIX}/bin/clang-cpp-${LLVM_MAJOR}
LD=${TRUEPREFIX}/bin/ld.lld-${LLVM_MAJOR}
For more information about using scan-build(1) for the static analyser,
look at:
http://clang-analyzer.llvm.org/scan-build.html
For instance, the scanner on the kernel build can be launched with:
cd /usr/src/sys/arch/`uname -m`/conf && config GENERIC.MP
cd /usr/src/sys/arch/`uname -m`/compile/GENERIC.MP
make clean && scan-build make
This will generate HTML reports in /tmp/scan-build-(date).
- devel/swig
- textproc/py-sphinx,python3
- textproc/py-recommonmark,python3
- devel/cmake
- devel/ninja
- lang/python/3.10
- STEM->=5.4.0:archivers/xz
- lang/python/3.10