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/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
  • /usr/share/doc/llvm-14-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/IRTransforms/SimplifyCFG.h
  • /usr/share/doc/llvm-14-examples/examples/IRTransforms/SimplifyCFG.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/IRTransforms/InitializePasses.h
  • /usr/share/doc/llvm-14-examples/examples/IRTransforms/InitializePasses.cpp
  • /usr/share/doc/llvm-14-examples/examples/IRTransforms/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
  • /usr/share/doc/llvm-14-examples/examples/HowToUseLLJIT/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/HowToUseJIT/HowToUseJIT.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/HowToUseJIT/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Fibonacci/fibonacci.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/Fibonacci/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/ExceptionDemo/ExceptionDemo.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/ExceptionDemo/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Bye/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/Bye/Bye.cpp
  • /usr/share/doc/llvm-14-examples/examples/BrainF/CMakeLists.txt
  • /usr/share/doc/llvm-14-examples/examples/BrainF/BrainFDriver.cpp.gz
  • /usr/share/doc/llvm-14-examples/examples/BrainF/BrainF.h
  • /usr/share/doc/llvm-14-examples/examples/BrainF/BrainF.cpp.gz
  • /usr/share/doc/llvm-14-examples/copyright
  • /usr/share/doc/llvm-14-examples/changelog.Debian.gz

Uploaded

almost 2 years 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/