[PATCH] D53307: [WebAssembly] Remove WebAssemblyStackifier TableGen backend
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 19 10:44:55 PDT 2018
dschuff added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp:36
+#define GET_INSTRMAP_INFO 1
+#include "WebAssemblyGenInstrInfo.inc"
+
----------------
Probably should #undef GET_INSTRMAP_INFO afterwards just for completeness.
Repository:
rL LLVM
https://reviews.llvm.org/D53307
More information about the llvm-commits
mailing list