These are parts of a separate patch that I accidentally included in r253878.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253892
91177308-0d34-0410-b5e6-
96231b3b80d8
add_llvm_library(LLVMWebAssemblyDesc
WebAssemblyMCAsmInfo.cpp
- WebAssemblyMCCodeEmitter.cpp
WebAssemblyMCTargetDesc.cpp
)
// Register the MCInstPrinter.
TargetRegistry::RegisterMCInstPrinter(*T, createWebAssemblyMCInstPrinter);
-
- // Register the MC code emitter
- TargetRegistry::RegisterMCCodeEmitter(*T, createWebAssemblyMCCodeEmitter);
}
}