mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 07:14:53 +00:00
[WebAssembly] Remove incomplete MCCodeEmitter bits.
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
This commit is contained in:
parent
02d1c40fad
commit
e89242e734
@ -1,5 +1,4 @@
|
||||
add_llvm_library(LLVMWebAssemblyDesc
|
||||
WebAssemblyMCAsmInfo.cpp
|
||||
WebAssemblyMCCodeEmitter.cpp
|
||||
WebAssemblyMCTargetDesc.cpp
|
||||
)
|
||||
|
@ -65,8 +65,5 @@ extern "C" void LLVMInitializeWebAssemblyTargetMC() {
|
||||
|
||||
// Register the MCInstPrinter.
|
||||
TargetRegistry::RegisterMCInstPrinter(*T, createWebAssemblyMCInstPrinter);
|
||||
|
||||
// Register the MC code emitter
|
||||
TargetRegistry::RegisterMCCodeEmitter(*T, createWebAssemblyMCCodeEmitter);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user