Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 286 Bytes

LLVM Course

  • LLVM-passes: suite of examples of llvm analyses and transformations to guide help newcomers write their own passes.

  • LLVM-metadata: suite of examples of llvm passes that manipulate metadata.

  • clang-plugins: suite of examples of clang plugins.