aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/CMakeLists.txt
blob: 521210e94d66f6655c69f946ab3178b73569a38f (plain)
1
2
3
4
5
6
7
8
9
10
11
add_llvm_target(JSBackendCodeGen
  AllocaManager.cpp
  ExpandI64.cpp
  JSBackend.cpp
  JSTargetMachine.cpp
  Relooper.cpp
  SimplifyAllocas.cpp
  )

add_subdirectory(TargetInfo)
add_subdirectory(MCTargetDesc)