I'll look into this.
Evan
On Nov 9, 2007, at 1:00 AM, Bill Wendling wrote:
> Hi all,
>
> I'm getting an error during compilation of LLVM-GCC 4.0. Here's the
> error:
>
> /var/tmp//ccKGJOpy.s:unknown:Undefined local symbol L6$pb
>
> and here's the reduced testcase:
>
> $ cat testcase.i
> void bor
Hi all,
I'm getting an error during compilation of LLVM-GCC 4.0. Here's the
error:
/var/tmp//ccKGJOpy.s:unknown:Undefined local symbol L6$pb
and here's the reduced testcase:
$ cat testcase.i
void bork(int qux) {
switch (qux) {
case 0: case 2: case 4: case 1:
break;
}
}
$ /Volume