[PATCH] D28486: Add TypeDatabase

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 09:30:17 PST 2017


zturner marked an inline comment as done.
zturner added inline comments.


================
Comment at: llvm/lib/DebugInfo/CodeView/TypeDatabase.cpp:25
+/// StringRef.
+static const SimpleTypeEntry SimpleTypeNames[] = {
+    {"void*", SimpleTypeKind::Void},
----------------
amccarth wrote:
> Should these use the same .def file trick used in so many other places with large tables like this?
I think this is the only place we actually do it, but if we ever end up with more than one, the .def file trick might be useful.


https://reviews.llvm.org/D28486





More information about the llvm-commits mailing list