blob: 4c9680a8618e125f73f6b88ea884208dd2c363ea [file] [log] [blame]
Lang Hames843f1982019-07-10 17:24:24 +00001set(LLVM_LINK_COMPONENTS
2 Core
3 IRReader
4 OrcJIT
5 Support
6 nativecodegen
7 )
8
9add_llvm_example(LLJITWithObjectCache
10 LLJITWithObjectCache.cpp
11 )