aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
blob: faad3420c6a023d6d96c2ee822f1cf859e1ec2e7 (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_codegen
  toy.cpp
  )