aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/CMakeLists.txt
blob: 52e9df4d766ae15fdf36d9e25e65b4e123ea6348 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  MC
  Object
  Support
  )

add_llvm_tool(yaml2obj
  yaml2obj.cpp
  yaml2coff.cpp
  yaml2elf.cpp
  )