Skip to content
  • Greg Clayton's avatar
    <rdar://problem/10997402> · e7612134
    Greg Clayton authored
    This fix really needed to happen as a previous fix I had submitted for
    calculating symbol sizes made many symbols appear to have zero size since
    the function that was calculating the symbol size was calling another function
    that would cause the calculation to happen again. This resulted in some symbols
    having zero size when they shouldn't. This could then cause infinite stack
    traces and many other side affects.
    
    llvm-svn: 152244
    e7612134
Loading