[llvm-commits] [llvm-gcc-4.2] r95958 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Anton Korobeynikov anton at korobeynikov.info
Fri Feb 12 05:59:38 PST 2010


Evan,

> -  // Support -fwritable-strings.
> -  bool StringIsConstant = !flag_writable_strings;
> +  // Support -fwritable-strings. However, ignores it if exp is a CFString and
> +  // -fconstant-cfstring (default) is set.
> +  bool StringIsConstant = !flag_writable_strings ||
> +    darwin_constant_cfstring_p(exp);
This breaks everything non-darwin

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list