Skip to content

adhfmz8/llvm-tutor

 
 

Repository files navigation

How to run tests

  • Go to run_tests.sh and make sure the LLVM_INSTALL_DIR var is set correctly.
  • If on windows switch .dylib in both opt commands to .so
  • my code is in /passes
  • my test inputs are in /test-inputs
  • the output will be in /outputs
  • just ./run_tests.sh to build and run.

About

A collection of out-of-tree LLVM passes for teaching and learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.1%
  • LLVM 36.5%
  • CMake 5.8%
  • C 3.8%
  • Shell 3.7%
  • Python 1.1%