[llvm-commits] Error During Compilation

Bill Wendling wendling at apple.com
Fri Nov 9 01:00:39 PST 2007


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;
   }
}
$ /Volumes/Gir/devel/llvm/llvm-gcc-4.0.obj/gcc/xgcc -B/Volumes/Gir/ 
devel/llvm/llvm-gcc-4.0.obj/gcc/ -B/Volumes/Gir/devel/llvm/llvm- 
gcc-4.0.install/i686-apple-darwin9.1.0/bin/ -B/Volumes/Gir/devel/llvm/ 
llvm-gcc-4.0.install/i686-apple-darwin9.1.0/lib/ -m64 -c testcase.i
/var/tmp//ccqurtth.s:unknown:Undefined local symbol L1$pb

Evan, you were working in the switch area. Do you think this could be  
related?

-bw



More information about the llvm-commits mailing list