OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / examples / Kaleidoscope / Orc / fully_lazy / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Object
5   OrcJIT
6   RuntimeDyld
7   Support
8   native
9   )
10
11 add_kaleidoscope_chapter(Kaleidoscope-Orc-fully_lazy
12   toy.cpp
13   )