[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / examples / SpeculativeJIT / CMakeLists.txt
blobf9d605720670084775965aceca42678a321e6e3f
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   OrcJIT
5   ExecutionEngine
6   Support
7   nativecodegen
8   Analysis
9   Passes
10   )
12 add_llvm_example(SpeculativeJIT
13   SpeculativeJIT.cpp
14   )