mchalupa / llvm2c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm2c

Translation of LLVM bitcode to C

Dependencies

Name Version
CMake 2.8+
LLVM 6.0 - 7.0
Clang 6.0 - 7.0

Installation

git clone https://github.com/petrv7/llvm2c
cd llvm2c
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../
make
make install

Authors

About


Languages

Language:C++ 87.8%Language:Shell 5.6%Language:C 5.4%Language:CMake 1.1%