项目作者: farzonl

项目描述 :
An Expression Tree to LLVM-IR Example.
高级语言: C++
项目地址: git://github.com/farzonl/expr-ir.git
创建时间: 2019-08-30T20:41:35Z
项目社区:https://github.com/farzonl/expr-ir

开源协议:

下载


Expr-IR

An Expression Tree to LLVM-IR Example.

Demo

Why does this exist?

A tutorial should be simple. If your like me the last time a tutorial on how to use llvm was simple was the 2.6 tutorial So this is an attempt to get back to something simple while updating for llvm 8.0.1.

Other modern resources (2019)

Build instructions Mac

  1. brew install llvm
  2. echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
  3. ./build.sh

Further reading on setting up your build:

Run instructions

  1. ./expr-ir ab+cde+**