llvm-toolchain-snapshot 1:14~++20210924122635+4a57f5d1e1c5-1~exp1 source package in Ubuntu
Changelog
llvm-toolchain-snapshot (1:14~++20210924122635+4a57f5d1e1c5-1~exp1) experimental; urgency=medium [ Sylvestre Ledru ] * experimental New snapshot release * remove "scan-build-py-force-utf-8-opening.diff" merged upstream * Also install libomptarget-nvptx in libomp-X.Y-dev next to amdgcn * Add -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF. it was turn on by default in https://reviews.llvm.org/D107799 It was causing the second cmake (stage2) build to fail on z3 or libffi. Sign that the compiler didn't work correctly. * libcxxabi: Unbreak the CI by adding a silly symlink to _config_site Far from perfect but it should be fixed by the runtime move: https://reviews.llvm.org/D89013#3017317 * New symbols in libomp5-14: - __kmpc_end_scope - __kmpc_scope - libomp_start_tool (and remove some old missing symbols) [ John Paul Adrian Glaubitz ] * Disable libunwind on m68k, sparc64 and x32 -- Sylvestre Ledru <email address hidden> Fri, 24 Sep 2021 12:31:05 +0200
Upload details
- Uploaded by:
- LLVM Packaging Team
- Uploaded to:
- Experimental
- Original maintainer:
- LLVM Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
llvm-toolchain-snapshot_14~++20210924122635+4a57f5d1e1c5-1~exp1.dsc | 6.8 KiB | 96ad777e703f3d7f3a641bd395954b8e8d6a0159394618e0cd74c5c300d207bc |
llvm-toolchain-snapshot_14~++20210924122635+4a57f5d1e1c5.orig.tar.xz | 99.5 MiB | f08865c8e15a626bb9cecdf3e9151f5b86ae7b65ee9b57250cd8042647b19bfc |
llvm-toolchain-snapshot_14~++20210924122635+4a57f5d1e1c5-1~exp1.debian.tar.xz | 137.0 KiB | f63beed47c51a3f48e46585fcf4471db99b4ea0c6fcef1683805a0a3a04fbea3 |
Available diffs
No changes file available.
Binary packages built by this source
- clang-14: No summary available for clang-14 in ubuntu impish.
No description available for clang-14 in ubuntu impish.
- clang-14-dbgsym: No summary available for clang-14-dbgsym in ubuntu impish.
No description available for clang-14-dbgsym in ubuntu impish.
- clang-14-doc: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
- clang-14-examples: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
- clang-format-14: No summary available for clang-format-14 in ubuntu impish.
No description available for clang-format-14 in ubuntu impish.
- clang-format-14-dbgsym: No summary available for clang-format-14-dbgsym in ubuntu impish.
No description available for clang-format-
14-dbgsym in ubuntu impish.
- clang-tidy-14: No summary available for clang-tidy-14 in ubuntu impish.
No description available for clang-tidy-14 in ubuntu impish.
- clang-tidy-14-dbgsym: No summary available for clang-tidy-14-dbgsym in ubuntu impish.
No description available for clang-tidy-
14-dbgsym in ubuntu impish.
- clang-tools-14: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
- clang-tools-14-dbgsym: No summary available for clang-tools-14-dbgsym in ubuntu impish.
No description available for clang-tools-
14-dbgsym in ubuntu impish.
- clangd-14: No summary available for clangd-14 in ubuntu impish.
No description available for clangd-14 in ubuntu impish.
- clangd-14-dbgsym: debug symbols for clangd-14
- libc++-14-dev: No summary available for libc++-14-dev in ubuntu impish.
No description available for libc++-14-dev in ubuntu impish.
- libc++1-14: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
- libc++1-14-dbgsym: No summary available for libc++1-14-dbgsym in ubuntu impish.
No description available for libc++1-14-dbgsym in ubuntu impish.
- libc++abi-14-dev: No summary available for libc++abi-14-dev in ubuntu impish.
No description available for libc++abi-14-dev in ubuntu impish.
- libc++abi1-14: No summary available for libc++abi1-14 in ubuntu impish.
No description available for libc++abi1-14 in ubuntu impish.
- libc++abi1-14-dbgsym: debug symbols for libc++abi1-14
- libclang-14-dev: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-14.
- libclang-common-14-dev: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers and some libraries
(profiling, etc).
- libclang-common-14-dev-dbgsym: No summary available for libclang-common-14-dev-dbgsym in ubuntu impish.
No description available for libclang-
common- 14-dev- dbgsym in ubuntu impish.
- libclang-cpp14: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
- libclang-cpp14-dbgsym: No summary available for libclang-cpp14-dbgsym in ubuntu impish.
No description available for libclang-
cpp14-dbgsym in ubuntu impish.
- libclang-cpp14-dev: No summary available for libclang-cpp14-dev in ubuntu impish.
No description available for libclang-cpp14-dev in ubuntu impish.
- libclang1-14: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
- libclang1-14-dbgsym: No summary available for libclang1-14-dbgsym in ubuntu impish.
No description available for libclang1-14-dbgsym in ubuntu impish.
- libclc-14: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
- libclc-14-dev: No summary available for libclc-14-dev in ubuntu impish.
No description available for libclc-14-dev in ubuntu impish.
- libfuzzer-14-dev: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
- liblld-14: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
- liblld-14-dev: No summary available for liblld-14-dev in ubuntu impish.
No description available for liblld-14-dev in ubuntu impish.
- liblldb-14: No summary available for liblldb-14 in ubuntu impish.
No description available for liblldb-14 in ubuntu impish.
- liblldb-14-dbgsym: No summary available for liblldb-14-dbgsym in ubuntu impish.
No description available for liblldb-14-dbgsym in ubuntu impish.
- liblldb-14-dev: No summary available for liblldb-14-dev in ubuntu impish.
No description available for liblldb-14-dev in ubuntu impish.
- libllvm-14-ocaml-dev: No summary available for libllvm-14-ocaml-dev in ubuntu impish.
No description available for libllvm-
14-ocaml- dev in ubuntu impish.
- libllvm14: Modular compiler and toolchain technologies, runtime library
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
This package contains the LLVM runtime library.
- libllvm14-dbgsym: No summary available for libllvm14-dbgsym in ubuntu impish.
No description available for libllvm14-dbgsym in ubuntu impish.
- libomp-14-dev: No summary available for libomp-14-dev in ubuntu impish.
No description available for libomp-14-dev in ubuntu impish.
- libomp-14-dev-dbgsym: debug symbols for libomp-14-dev
- libomp-14-doc: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
- libomp5-14: No summary available for libomp5-14 in ubuntu impish.
No description available for libomp5-14 in ubuntu impish.
- libomp5-14-dbgsym: No summary available for libomp5-14-dbgsym in ubuntu impish.
No description available for libomp5-14-dbgsym in ubuntu impish.
- libunwind-14: No summary available for libunwind-14 in ubuntu impish.
No description available for libunwind-14 in ubuntu impish.
- libunwind-14-dbgsym: debug symbols for libunwind-14
- libunwind-14-dev: No summary available for libunwind-14-dev in ubuntu impish.
No description available for libunwind-14-dev in ubuntu impish.
- lld-14: No summary available for lld-14 in ubuntu impish.
No description available for lld-14 in ubuntu impish.
- lld-14-dbgsym: No summary available for lld-14-dbgsym in ubuntu impish.
No description available for lld-14-dbgsym in ubuntu impish.
- lldb-14: No summary available for lldb-14 in ubuntu impish.
No description available for lldb-14 in ubuntu impish.
- lldb-14-dbgsym: No summary available for lldb-14-dbgsym in ubuntu impish.
No description available for lldb-14-dbgsym in ubuntu impish.
- llvm-14: No summary available for llvm-14 in ubuntu impish.
No description available for llvm-14 in ubuntu impish.
- llvm-14-dbgsym: No summary available for llvm-14-dbgsym in ubuntu impish.
No description available for llvm-14-dbgsym in ubuntu impish.
- llvm-14-dev: No summary available for llvm-14-dev in ubuntu impish.
No description available for llvm-14-dev in ubuntu impish.
- llvm-14-dev-dbgsym: No summary available for llvm-14-dev-dbgsym in ubuntu impish.
No description available for llvm-14-dev-dbgsym in ubuntu impish.
- llvm-14-doc: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains all documentation (extensive).
- llvm-14-examples: No summary available for llvm-14-examples in ubuntu impish.
No description available for llvm-14-examples in ubuntu impish.
- llvm-14-linker-tools: No summary available for llvm-14-linker-tools in ubuntu impish.
No description available for llvm-14-
linker- tools in ubuntu impish.
- llvm-14-linker-tools-dbgsym: No summary available for llvm-14-linker-tools-dbgsym in ubuntu impish.
No description available for llvm-14-
linker- tools-dbgsym in ubuntu impish.
- llvm-14-runtime: Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the minimal required to execute programs in LLVM
format.
- llvm-14-runtime-dbgsym: debug symbols for llvm-14-runtime
- llvm-14-tools: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides tools for testing.
- llvm-14-tools-dbgsym: debug symbols for llvm-14-tools
- python3-clang-14: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This binding package provides access to the Clang compiler and libraries.
- python3-lldb-14: Next generation, high-performance debugger, python3 lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.