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

add_subdirectory(TargetInfo)
add_subdirectory(MCTargetDesc)