Compiler projects using llvm
add_llvm_component_library(LLVMWebAssemblyAsmParser
  WebAssemblyAsmParser.cpp
  WebAssemblyAsmTypeCheck.cpp

  LINK_COMPONENTS
  MC
  MCParser
  WebAssemblyInfo
  WebAssemblyUtils
  Support

  ADD_TO_COMPONENT
  WebAssembly
  )