zilder / llvm-hello-world-example

Simple example of constructing module with the LLVM c++ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm-hello-world-example

An example of constructing executable module with LLVM c++ API. This repo was created as result of a lack of simple and clear examples. To build and run use command:

make run

About

Simple example of constructing module with the LLVM c++ API


Languages

Language:C++ 79.6%Language:Makefile 20.4%