llvm-defaults 0.58~exp1-ok1 source package in openKylin
Changelog
llvm-defaults (0.58~exp1-ok1) nile; urgency=medium * Build for openkylin. -- Luoyaoming <email address hidden> Wed, 17 Jul 2024 09:27:51 +0800
llvm-defaults (0.58~exp1-ok1) nile; urgency=medium * Build for openkylin. -- Luoyaoming <email address hidden> Wed, 17 Jul 2024 09:27:51 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | devel | |
| Huanghe V3.0 | release | main | devel | |
| Nile V2.0 | release | main | devel | |
| Nile V2.0 | proposed | main | devel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| llvm-defaults_0.58~exp1-ok1.tar.xz | 8.7 KiB | 44627e139ab41201966c1574a927b684e10fb3637afdaa570490a1170a904d44 |
| llvm-defaults_0.58~exp1-ok1.dsc | 3.4 KiB | f059347b0b6ed77be8f9fbc560b1875da38c583f2d4f1a68c88bf7c7c404ff66 |
No description available for clang in openkylin nile.bedrock.
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This is a dependency package providing the clang format tool.
No description available for clang-tidy in openkylin nile.bedrock.
No description available for clang-tools in openkylin nile.bedrock.
No description available for clangd in openkylin nile.bedrock.
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
.
This is a dependency package providing the default libbolt-dev package.
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.
.
This is a dependency package providing the default LLVM C++ Standard library
development files.
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.
.
This is a dependency package providing the default 32-bit WebAssembly
System Interface.
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.
.
This is a dependency package providing the default LLVM C++ Standard library.
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This is a dependency package providing low level support to
dev LLVM C++ Standard library.
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This is a dependency package providing low level support to
LLVM C++ Standard library.
No description available for libclang-cpp-dev in openkylin nile.bedrock.
No description available for libclang-dev in openkylin nile.bedrock.
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedB
DataFlowSa
* profile - Library which is used to collect coverage information.
.
This is a dependency package providing the default compiler-rt libraries and
headers.
Provides the compiler-rt builtins for WebAssembly 32 bits
.
This is a dependency package providing the default libclang wasm32 library.
Provides the compiler-rt builtins for WebAssembly 64 bits
.
This is a dependency package providing the default libclang wasm64 library.
No description available for libclang1 in openkylin nile.bedrock.
No description available for libflang-dev in openkylin nile.bedrock.
No description available for liblld-dev in openkylin nile.bedrock.
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 package provides the header files to build extension over lldb.
No description available for libllvm-ocaml-dev in openkylin nile.bedrock.
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 is a dependency package providing the default LLVM OpenMP dev
package.
No description available for libomp5 in openkylin nile.bedrock.
No description available for lld in openkylin nile.bedrock.
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 is a dependency package providing the default version of lldb.
The Low-Level Virtual Machine (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 is a dependency package providing the default llvm package.
No description available for llvm-bolt in openkylin nile.bedrock.
No description available for llvm-dev in openkylin nile.bedrock.
The Low-Level Virtual Machine (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 is a dependency package providing the default bytecode interpreter.
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 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the Python binding to Clang.
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 is a dependency package providing the Python binding to lldb.