mystor / llvm_testbed

A simple tool for seeing how to generate llvm IR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm_testbed

A simple program. Serves a website where you enter C code, and will execute clang with -S -emit-llvm to generate the IR for the code, and then displays it on the right.

Running

$ pip install -r requirements.txt
$ python main.py
$ firefox http://localhost:3000

About

A simple tool for seeing how to generate llvm IR


Languages

Language:Python 100.0%