[PATCH] D40917: Emit .debug$H section in clang

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 11:34:59 PST 2017


compnerd added a comment.

I really wish that we had some way to indicate that this is a LLVM extension.



================
Comment at: llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h:59
 
+enum class GlobalTypeHashAlg : uint16_t { SHA1 = 0 };
+
----------------
Do you mind using `Algorithm`.  I really don't like the abbreviation, especially since the name is already fairly lengthy.


https://reviews.llvm.org/D40917





More information about the llvm-commits mailing list