mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Fix build broken by llvm r327486
llvm::DWARFFormParams moved to llvm::dwarf::FormParams. llvm-svn: 327489
This commit is contained in:
@@ -906,7 +906,7 @@ readCompUnit(const NormalizedFile &normalizedFile,
|
||||
abbrevData.getU8(&abbrevOffset);
|
||||
uint32_t name;
|
||||
llvm::dwarf::Form form;
|
||||
llvm::DWARFFormParams formParams = {version, addrSize, Format};
|
||||
llvm::dwarf::FormParams formParams = {version, addrSize, Format};
|
||||
TranslationUnitSource tu;
|
||||
while ((name = abbrevData.getULEB128(&abbrevOffset)) |
|
||||
(form = static_cast<llvm::dwarf::Form>(
|
||||
|
||||
Reference in New Issue
Block a user