[flang] Use object before converts in fir.dispatch (#68589)
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITDumpObjects / CMakeLists.txt
blob42b9d1c4f9ae81f9e2bd2b6534b2c80fa451bc6b
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   JITLink
6   OrcJIT
7   Support
8   nativecodegen
9   )
11 add_llvm_example(LLJITDumpObjects
12   LLJITDumpObjects.cpp
13   )
15 export_executable_symbols(LLJITDumpObjects)