Displaying 2 results from an estimated 2 matches for "scatteredsymbols".
2010 Jul 31
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
...example without the scattered symbols bit, but with
>> -mc-relax-all, does the resulting binary work?
>>
>> - Daniel
>
> Can't do that with llc, but I'll just go change the code to force that
> option in MC for this test.
Err, I think it would be better to keep ScatteredSymbols=true than do
that. At least that is more likely to generate correct code. Adding a
FIXME above it is a fine start.
> Should the mc options be added to llc?
Sure, if you like.
- Daniel
> - Michael Spencer
>
2010 Jul 31
3
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On Fri, Jul 30, 2010 at 2:34 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> On Fri, Jul 30, 2010 at 11:05 AM, Michael Spencer <bigcheesegs at gmail.com> wrote:
>> I tried setting these to false, but the resulting executable (made
>> with link.exe) crashed. I looked at the differences in the object
>> file, but couldn't figure out what was causing it. I'm