All Projects → elongbug → Llvm Cookbook

elongbug / Llvm Cookbook

llvm-cookbook samples

Labels

Projects that are alternatives of or similar to Llvm Cookbook

Contract
My plain-language freelance contract (in Markdown).
Stars: ✭ 32 (-13.51%)
Mutual labels:  makefile
Mal
mal - Make a Lisp
Stars: ✭ 8,287 (+22297.3%)
Mutual labels:  makefile
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Android device samsung serranoltexx
Stars: ✭ 33 (-10.81%)
Mutual labels:  makefile
Pantheios
The C/C++ Diagnostic Logging Sweetspot
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Rust Ffi Stringtools
A collection of examples how to use Rust libraries from other languages.
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Docker Images
🚢 Basic images for different usages
Stars: ✭ 32 (-13.51%)
Mutual labels:  makefile
Avian Pack
Avian all-inclusive. Everything needed to build Avian with (or without) Android classpath.
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Zh Google Styleguide
Google 开源项目风格指南 (中文版)
Stars: ✭ 8,315 (+22372.97%)
Mutual labels:  makefile
Docker Bitcoin Regtest
A way to experiment with Bitcoin.
Stars: ✭ 35 (-5.41%)
Mutual labels:  makefile
Golang Alpine Docker
Build golang binaries for alpine linux
Stars: ✭ 33 (-10.81%)
Mutual labels:  makefile
Device Sony Lilac
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Espeak Korean
Korean data for eSpeak
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+2513.51%)
Mutual labels:  makefile
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Cderpm
RPM spec file, patches, and scripts to package up the Common Desktop Environment
Stars: ✭ 31 (-16.22%)
Mutual labels:  makefile
Android device motorola titan
Stars: ✭ 34 (-8.11%)
Mutual labels:  makefile
I2c Slave Lib
I2C slave library for AVR 8 bit mircocontrollers
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Llvm Cheatsheet
LLVM, clang, ninja, dyld and others.
Stars: ✭ 36 (-2.7%)
Mutual labels:  makefile
Android device xiaomi polaris
Stars: ✭ 35 (-5.41%)
Mutual labels:  makefile

LLVM COOKBOOK*******************************************************

-The files in this bundle are the essential files mentioned in the chapters, please make sure you are reffering these files for complete refference as the code shown in the book are specific snippets of the actual code.

-There are essential packages separated in each chapter that you can make install to run the code. packages are c-make files that you can directly incorporate in your working llvm folder.

-Not all steps are covered to run the files point to point as the book is focussed at a higher learning level and you might have to research on the internet to get some commands working. Most components are opensource and can change without intimation from the developers, So you need to research for alternative ways to work on a command if the ones explained in the book dont work per se.

-LLVM setup is not entirely covered in this book, so its assumed you have a working LLVM setup and Clang installed.

-Although you can refer: https://solarianprogrammer.com/2013/01/17/building-clang-libcpp-ubuntu-linux/, to install and build LLVM and Clang..

  • Make sure you have the following installed before you setup LLVM: sudo apt-get update sudo apt-get install build-essential sudo apt-get install g++

  • Observe that there are Readme files some of the chapter folders, Please make sure you read them before you begin using the files.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].