项目作者: caballa

项目描述 :
LLPE - Smowton's partial evaluator on LLVM bitcode
高级语言: C++
项目地址: git://github.com/caballa/llpe.git
创建时间: 2018-05-12T23:26:24Z
项目社区:https://github.com/caballa/llpe

开源协议:Other

下载


LLPE

LLPE is a highly-accurate partial evaluator targeting LLVM
intermediate representation, and therefore suitable for specialising
C, C++ and FORTRAN programs amongst other languages that are readily
compiled to IR.

For more information check out its website or
the llpe-dev forum

This version compiles with LLVM 5.0

Installation

Cmake

  1. mkdir build
  2. cd build
  3. cmake -DLLVM_DIR=<LLVM_INSTALL>/lib/cmake/llvm -DCMAKE_INSTALL_PREFIX=<directory> ..

If no option -DLLVM_DIR is given cmake will install LLVM 5.0.

Make

  1. make all
  2. make install INSTALL_DIR=<absolute path to a directory>