summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/Utils/CMakeLists.txt
blob: cc685791cf52119d35f08b94c047b481fa03aabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_llvm_component_library(LLVMWebAssemblyUtils
  WebAssemblyUtilities.cpp
  WebAssemblyTypeUtilities.cpp

  LINK_COMPONENTS
  CodeGen
  CodeGenTypes
  Core
  MC
  Support
  WebAssemblyDesc

  ADD_TO_COMPONENT
  WebAssembly
  )