• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMWebAssemblyAsmParser
2  WebAssemblyAsmParser.cpp
3
4  LINK_COMPONENTS
5  MC
6  MCParser
7  WebAssemblyInfo
8  Support
9
10  ADD_TO_COMPONENT
11  WebAssembly
12  )
13