/LLVM-Examples

LLVM Repository and Code samples. LLVM Passes and quick bytes.

Primary LanguageLLVMGNU General Public License v2.0GPL-2.0

LLVM-Examples

LLVM Examples and Code samples. LLVM Passes. Based on llvm-project

Installing from Docker

Check build commands in the Dockerfile for more information on installing LLVM on local machine.

$ docker build -f DockerFile -t prodrelworks/llvm-examples:latest .
$ docker run --name llvm-examples --ulimit stack=10000000:10000000 \
  --cpus=4 --memory=20g -it prodrelworks/llvm-examples:latest

Examples & Implementations :

References & Links :