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/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithInitializers/LLJITWithInitializers.cpp
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithInitializers/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/ExampleModules.h
  • /usr/share/doc/llvm-14-examples/examples/OrcV2Examples/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/ModuleMaker/README.txt
  • /usr/share/doc/llvm-14-examples/examples/ModuleMaker/ModuleMaker.cpp
  • /usr/share/doc/llvm-14-examples/examples/ModuleMaker/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/README.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/lazy/toy.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/lazy/README.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/initial/toy.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/initial/README.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/complete/toy.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/complete/split-lib.py
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/MCJIT/complete/README.txt

Uploaded

over 1 year ago

Package Size

288 KB

Installed Size

472 KB

Downloads

9

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/