Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer


add_clang_executable(clang-ast-dump
  ASTSrcLocProcessor.cpp
  ClangSrcLocDump.cpp
)

target_link_libraries(clang-ast-dump
  PRIVATE
  clangAST
  clangASTMatchers
  clangBasic
  clangDriver
  clangFrontend
  clangSerialization
  clangToolingCore
)