Skip to content

MWGuy/llvm-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLVM Hello

Hello world on LLVM C API example

Building

Install llvm and compile using cmake

mkdir build && cd build
cmake ..
cmake --build .

Running

After building run llvm_hello executable from build directory.

This executable generate hello.ll using LLVM C API

To run hello.ll file use this command lli hello.ll

About

Hello world on LLVM C API example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published