[PATCH] D32587: Add llvm::object::getELFSectionTypeName()

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 11:14:12 PDT 2017


ruiu added inline comments.


================
Comment at: lib/Object/ELF.cpp:236
+  default:
+    return "";
+  }
----------------
It is probably more convenient to return 0x<hex> from this function for unknown types.


Repository:
  rL LLVM

https://reviews.llvm.org/D32587





More information about the llvm-commits mailing list