Skip to content

This is a small "Hello, LLVM!" program that allows one to experiment with the LLVM APIs for inspecting LLVM's intermediate representation (LLVM IR).

License

Notifications You must be signed in to change notification settings

GaZAR-UG/hello-llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-llvm

Inspecting LLVM's intermediate representation (LLVM IR).

How to Build the Project?

Build the project using $ make.

Delete the auto-generated files using $ make clean.

Compiling a C/C++ Compilation Unit to LLVM IR

Use $ clang++ -std=c++17 -Wall -Wextra -emit-llvm -S -fno-discard-value-names some-file.cpp to compile the file some-file.cpp to LLVM IR.

Running the Program and Analyzing LLVM IR

Use ./hello-llvm some-file.ll to run the small LLVM-IR-Analyzer program on the some-file.ll LLVM IR file.

About

This is a small "Hello, LLVM!" program that allows one to experiment with the LLVM APIs for inspecting LLVM's intermediate representation (LLVM IR).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published