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

set(LLVM_LINK_COMPONENTS
  Analysis
  CodeGen
  Core
  ExecutionEngine
  IPO
  IRReader
  MC
  MCJIT
  Object
  RuntimeDyld
  SelectionDAG
  Support
  Target
  TransformUtils
  native
)

add_clang_library(clangHandleLLVM
  handle_llvm.cpp

  DEPENDS
  intrinsics_gen
  )