moddyz / LLVMSandbox

Sandbox for experimenting with LLVM and Clang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLVMSandbox

Sandbox for experimenting with LLVM and Clang.

Table of Contents

Dependencies

The following dependencies are mandatory:

Building

Example snippet for building this project:

mkdir build && cd build
cmake -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/apps/LLVMSandbox/" ..
cmake --build  . -- VERBOSE=1 -j8 all test install

CMake options for configuring this project:

CMake Variable name Description Default
BUILD_TESTING Enable automated testing. OFF

About

Sandbox for experimenting with LLVM and Clang.


Languages

Language:CMake 54.9%Language:C++ 45.1%