.. the previous arrangement lead to compiler diagnostics when
building with 'scan-build make':
include/tvm/tvm_tokens.h:17:20: error: ‘tvm_register_map’ defined but not used [-Werror=unused-variable]
static const char *tvm_register_map[] = {
^~~~~~~~~~~~~~~~
include/tvm/tvm_tokens.h:7:20: error: ‘tvm_opcode_map’ defined but not used [-Werror=unused-variable]
static const char *tvm_opcode_map[] = {
^~~~~~~~~~~~~~
cc1: all warnings being treated as errors