Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / examples / HowToUseLLJIT / CMakeLists.txt
blobca5e190c61338b1e99a0927848ec6d572583e66c
1 set(LLVM_LINK_COMPONENTS
2   Core
3   OrcJIT
4   Support
5   nativecodegen
6   )
8 add_llvm_example(HowToUseLLJIT
9   HowToUseLLJIT.cpp
11   EXPORT_SYMBOLS
12   )