Example build failure: http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/14660
TIL that the warning flags for local builds are loose compared to what build
servers use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317626
91177308-0d34-0410-b5e6-
96231b3b80d8
}
/// asserts if name is not present in the map
unsigned get(StringRef Name) const {
- unsigned Idx;
+ unsigned Idx = 0;
assert(!lookup(Name, Idx) && "Expected section not found in index");
return Idx;
}