| commit | ce4c2bc1d66da225d98563d5592c1fda4f18d838 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 23 12:21:54 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 23 12:21:54 2015 +0000 |
| tree | 51d2a6b274290ee430713918bf0e88427fe959bf | |
| parent | 41de8027b1f744c1e52f54ca9a1b120c7fda81af [diff] |
Use MCSymbols for FastISel. The summary is that it moves the mangling earlier and replaces a few calls to .addExternalSymbol with addSym. I originally wanted to replace all the uses of addExternalSymbol with addSym, but noticed it was a lot of work and doesn't need to be done all at once. llvm-svn: 240395