Skip to content

tranvanh/LLVM-frontend-compiler

Repository files navigation

Semestral Work

Implementation of a simple Mila compiler (base on LLVM) for CTU FIT BI-PJP subject

LLVM version

LLVM 6.0.1_3

Build

cd cmake-build-debug &&
cmake ..
make

To rebuild:

cd cmake-build-debug &&
make

##RUN

Compile all sample files

./test

all shell executable files will be saved in "./samples" directory

Compile single file

bash test_single.sh <filename>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published