llvm

Folder

  • include/: public header for the api
    • include/<project> : for c++ api
    • include/<project>-c : for c api
  • lib: all the lib
  • tools: Developer facing tools
  • unitest: gtest api test
  • test: tool test (FileCheck)
  • utils: some tools like llvm-lit and FileCheck