[ARM] MVE sext and widen/narrow tests from larger types. NFC
[llvm-core.git] / examples / LLJITExamples / LLJITWithObjectCache / CMakeLists.txt
blob4c9680a8618e125f73f6b88ea884208dd2c363ea
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   OrcJIT
5   Support
6   nativecodegen
7   )
9 add_llvm_example(LLJITWithObjectCache
10   LLJITWithObjectCache.cpp
11   )