blob: c5f8fd6a97a7f5ba6c72e3897a8e8e67e63a7f1c [file] [log] [blame]
Lang Hames843f1982019-07-10 17:24:24 +00001set(LLVM_LINK_COMPONENTS
2 Core
Lang Hames0b4368c2019-10-21 22:29:29 +00003 ExecutionEngine
Lang Hames843f1982019-07-10 17:24:24 +00004 IRReader
5 OrcJIT
6 Support
7 nativecodegen
8 )
9
10add_llvm_example(LLJITWithObjectCache
11 LLJITWithObjectCache.cpp
12 )