Downgrade TVM Runtime to C++11?

A workaround to this problem to add this line add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0) to tvm’s CMakeList.txt and make sure your host app also compiled with this option, to force tvm and host app use same non-C11 ABI. It works well in our environment.