aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt
blob: 44886818e0f0a37fbc4538fca171f91bb7571ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(LLVM_LINK_COMPONENTS
  Core
  ExecutionEngine
  Object
  RuntimeDyld
  Support
  native
  )

add_kaleidoscope_chapter(Kaleidoscope-Orc-lazy_irgen
  toy.cpp
  )