[PATCH] [prototype] Adding line table debug information to LLVM on Windows
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Fri Dec 20 11:22:45 PST 2013
================
Comment at: include/llvm/ADT/DenseMapInfo.h:136
@@ +135,3 @@
+ static inline StringRef getEmptyKey() { return StringRef("emptykey"); }
+ static inline StringRef getTombstoneKey() { return StringRef("tombstone!"); }
+ static unsigned getHashValue(const StringRef &Val) {
----------------
This is way too specific to be in this header. "emptykey" and "tombstone!" are valid keys.
http://llvm-reviews.chandlerc.com/D2232
More information about the llvm-commits
mailing list