Displaying 2 results from an estimated 2 matches for "r63139".
2009 Jan 27
0
[LLVMdev] RFC: -fwritable-strings Change
...y it was my fault. We have ConstantArray stuff
for everything string-like but non-zero and ConstantAggregateZero for
string-like but zero (rather odd!). I was not aware about such during
writing of section selection code, thus missed the second opportunity.
Now everything should be ok as of r63139. Let me know, if it still
fails for you somehow.
I'm currently in paper-deadline-really-soon-but-no-paper-yet mode and
thus have really no free time, please consider adding testcase by
yourself :)
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Pete...
2009 Jan 27
4
[LLVMdev] RFC: -fwritable-strings Change
On Tue, Jan 27, 2009 at 9:06 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> I'm strongly agains any target-specific and language-specific hacks in the
> generic tree-conversion code. What if we decide to support objc on
> non-darwin platforms someday?
> This is theoretically possible (well, modulo all bunch of apple-local stuff
> arond ;)).
>
> I