forked from OSchip/llvm-project
e761213428
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 |
||
---|---|---|
.. | ||
Makefile | ||
SymbolFileSymtab.cpp | ||
SymbolFileSymtab.h |