On 02/11/13 12:17 PM, Stuart Henderson wrote:
Looking at building an LLVM snapshot to see if it fixes the compiler segfault building Firefox on i386 but it looks like they have changed attribute handling so that bounded is no longer ignored, I just wondered if anyone has already looked at/fixed this..
Related to the bounded attribute when I was checking base for any major build issues one of the very few issues I ran into was the fact that LLVM does not recognize and have the respective support for the -Wbounded command line parameter. Some things in base use -Werror and -Wbounded so the build will error out unless you remove -Werror or of course add support for the attribute and associated command line parameter.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.