llvm-14-examples_14.0.6-2~bpo11+1_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/whitewaterfoundry/pengwin-base/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/whitewaterfoundry/pengwin-base/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install llvm-14-examples=1:14.0.6-2~bpo11+1

Modular compiler and toolchain technologies, examples

Full description:
  Modular compiler and toolchain technologies, examples
 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 examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.

Checksums

MD5 134886b7eba992fe0555bab8b053f831
SHA1 d634e8f6f6ebecfeb1665e2a08d0bfda7b9e4ea9
SHA256 aa48b787c0af48f9ca77609620e8d4ba5271db5c8667fd6a2d09ca5db6a212b7
SHA512 63bcc9a586a63d84467813e5c41e013bf8cd7d98fb5fb12c37a825e82a3fc1166a0ac6f7f9e256d610931162ad34d0060d3ccaa442e4c21e982cd939703a4dfd

Depends

  • llvm-14-dev (>= 1:14.0.6-2~bpo11+1), llvm-14-dev (<< 1:14.0.6-2~bpo11+1+c~)

Files

  • /usr/share/doc/llvm-14-examples/NEWS.Debian.gz
  • /usr/share/doc/llvm-14-examples/examples/SpeculativeJIT/SpeculativeJIT.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/SpeculativeJIT/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/ParallelJIT/ParallelJIT.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/ParallelJIT/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/OrcV2CBindingsRemovableCode.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/OrcV2CBindingsReflectProcessSymbols.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsLazy/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/OrcV2CBindingsDumpObjects.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp.gz

Uploaded

over 1 year ago

Package Size

288 KB

Installed Size

472 KB

Downloads

8

wget

wget --content-disposition "https://packagecloud.io/whitewaterfoundry/pengwin-base/packages/debian/bullseye/llvm-14-examples_14.0.6-2~bpo11+1_all.deb/download.deb?distro_version_id=207"

Homepage

https://www.llvm.org/