[cfe-dev] ccc -g

Daniel Dunbar daniel at zuster.org
Wed Feb 4 13:38:12 PST 2009


On Wed, Feb 4, 2009 at 1:23 PM, David Chisnall <csdavec at swansea.ac.uk> wrote:
> Yes, I was.  Last time I tried tools/ccc/ccc it didn't work at all.  Seems
> to be a bit better now...

Ok. Please make me aware of issues, I would like to get rid of
utils/ccc fairly soon.

> It seems to work.  Now I'm getting a weird failure with clang thinking that
> a function declared as:
>
> const char *
> gs_skip_type_qualifier_and_layout_info (const char *types)
>
> should compile to:
>
> declare i32 @gs_skip_type_qualifier_and_layout_info(i8*, i8*)
>

This is likely due to a bug in the caching mechanism I am doing for
ABI handling. I have temporarily disabled it while I investigate the
problem. Did r63780 magically fix this problem for you?

 - Daniel



More information about the cfe-dev mailing list