[patch] MCSymbols for FastISel
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Jun 22 12:14:02 PDT 2015
This is basically a leftover from my previous patch.
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 not needed for the previous patch and that
it was a lot of work.
I still think it would be a good thing. This patch is just the part I
already had implemented.
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 18064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150622/33301c54/attachment.bin>
More information about the llvm-commits
mailing list