Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 157 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 157 Bytes

LLVM-Learning

To compile

clang++ -g -O3 main.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core` -o main

To run

./main