[WebAssembly] Define WebAssembly-specific relocation codes.
[oota-llvm.git] / include / llvm / Support / ELF.h
index 97708a7cdd635de87726102f36158a9d48e2a5df..33975688c2413422a439853876ff980be3ff70a4 100644 (file)
@@ -594,6 +594,11 @@ enum {
 #include "ELFRelocs/Sparc.def"
 };
 
 #include "ELFRelocs/Sparc.def"
 };
 
+// ELF Relocation types for WebAssembly
+enum {
+#include "ELFRelocs/WebAssembly.def"
+};
+
 #undef ELF_RELOC
 
 // Section header.
 #undef ELF_RELOC
 
 // Section header.