forked from OSchip/llvm-project
parent
90e8c122ee
commit
4c1fa68590
|
@ -31,7 +31,7 @@ using namespace llvm::codeview;
|
|||
namespace {
|
||||
|
||||
struct HashedType {
|
||||
unsigned Hash;
|
||||
hash_code Hash;
|
||||
ArrayRef<uint8_t> Data;
|
||||
TypeIndex Index;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue