xref: /aosp_15_r20/external/llvm/examples/HowToUseJIT/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerset(LLVM_LINK_COMPONENTS
2*9880d681SAndroid Build Coastguard Worker  Core
3*9880d681SAndroid Build Coastguard Worker  ExecutionEngine
4*9880d681SAndroid Build Coastguard Worker  Interpreter
5*9880d681SAndroid Build Coastguard Worker  MC
6*9880d681SAndroid Build Coastguard Worker  Support
7*9880d681SAndroid Build Coastguard Worker  nativecodegen
8*9880d681SAndroid Build Coastguard Worker  )
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Workeradd_llvm_example(HowToUseJIT
11*9880d681SAndroid Build Coastguard Worker  HowToUseJIT.cpp
12*9880d681SAndroid Build Coastguard Worker  )
13