summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/CMakeLists.txt
blob: 65530794315051d4911fdb05bb94b14558bb7225 (plain)
1
2
3
4
5
add_llvm_library(LLVMMCJIT
  MCJIT.cpp
  TargetSelect.cpp
  Intercept.cpp
  )