[cfe-dev] Cannot yet select: 0x2a216f00: ch = declare
Sebastian Redl
sebastian.redl at getdesigned.at
Fri Feb 13 05:07:06 PST 2009
On Fri, 13 Feb 2009 13:01:32 +0000, David Chisnall <csdavec at swansea.ac.uk>
wrote:
> Does anyone know what this error means:
>
> Cannot yet select: 0x2a216f00: ch = declare 0x2a2166c0, 0x2a216c6c,
> 0x2a217218
>
> It occurs for me compiling one file, but when I run clang it the
> debugger to try to find it, it exits normally. It appears to happen
> some time after parsing, since a number of warnings are emitted
> first. When running outside the debugger, I get a .s file emitted,
> but when running inside I do not.
>
> Can anyone give me a hint as to where to start looking for the cause
> of this?
>
Find the place where the message is emitted, by grepping the source for
"Cannot yet select". I think you'll find it in the LLVM codegen.
Sebastian
More information about the cfe-dev
mailing list