• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMMCJIT
2  MCJIT.cpp
3
4  DEPENDS
5  intrinsics_gen
6
7  LINK_COMPONENTS
8  Core
9  ExecutionEngine
10  Object
11  RuntimeDyld
12  Support
13  Target
14  )
15