[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithCustomObjectLinkingLayer / CMakeLists.txt
blob85e11ec1368e0c009d200a3093a97cf1b5c68efa
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   JITLink
5   OrcJIT
6   Support
7   nativecodegen
8   )
10 add_llvm_example(LLJITWithCustomObjectLinkingLayer
11   LLJITWithCustomObjectLinkingLayer.cpp
12   )
14 export_executable_symbols(LLJITWithCustomObjectLinkingLayer)