[lld][WebAssembly] Perform data relocations during start function
[llvm-project.git] / llvm / examples / SpeculativeJIT / CMakeLists.txt
blob2a6ad12fa5da54c55a1c289d14676e620c850fec
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   OrcJIT
5   OrcTargetProcess
6   ExecutionEngine
7   Support
8   nativecodegen
9   Analysis
10   Passes
11   )
13 add_llvm_example(SpeculativeJIT
14   SpeculativeJIT.cpp
15   )