CMakeLists.txt 71 B

123456
  1. add_llvm_library(LLVMMCJIT
  2. MCJIT.cpp
  3. DEPENDS
  4. intrinsics_gen
  5. )