mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Fix MSVC warings in DWARFExpression.cpp
llvm-svn: 248148
This commit is contained in:
@@ -3013,8 +3013,9 @@ DWARFExpression::AddressRangeForLocationListEntry(const DWARFCompileUnit* dwarf_
|
||||
// Not supported entry type
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
assert (false && "Not supported location list type");
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool
|
||||
|
||||
Reference in New Issue
Block a user