1add_llvm_component_library(LLVMWebAssemblyUtils 2 WebAssemblyTypeUtilities.cpp 3 4 LINK_COMPONENTS 5 CodeGen 6 CodeGenTypes 7 Core 8 MC 9 Support 10 WebAssemblyDesc 11 12 ADD_TO_COMPONENT 13 WebAssembly 14 ) 15