19#define DEBUG_TYPE "wasm-target-info"
22 static Target TheWebAssemblyTarget32;
23 return TheWebAssemblyTarget32;
26 static Target TheWebAssemblyTarget64;
27 return TheWebAssemblyTarget64;
33 "WebAssembly 32-bit",
"WebAssembly");
35 "WebAssembly 64-bit",
"WebAssembly");
40#define GET_INSTRMAP_INFO 1
41#define GET_INSTRINFO_ENUM 1
42#define GET_INSTRINFO_MC_HELPER_DECLS
43#include "WebAssemblyGenInstrInfo.inc"
#define LLVM_EXTERNAL_VISIBILITY
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeWebAssemblyTargetInfo()
This file registers the WebAssembly target.
Target - Wrapper for Target specific information.
This is an optimization pass for GlobalISel generic memory operations.
Target & getTheWebAssemblyTarget32()
Target & getTheWebAssemblyTarget64()
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...