ricofehr / llvm-misc

llvm toolbox and modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm-misc

llvm toolbox and modules

llvm-cmd

Proxy for launch llvm cmd

Usage: ./llvm-cmd [cmd] [cmdoptions]
Where [cmd] is into
 toir: convert source file to llvm IR
 toas: convert bitecode file to llvm IR
 tobc: convert llvm IR file to bitecode file
 lli: execute directly bitecode file
 llc: convert bitecode to assembly language
 ccmodule: compile c++ llvm module

About

llvm toolbox and modules


Languages

Language:Shell 100.0%