[llvm-commits] [llvm-gcc-4.2] r46281 - in /llvm-gcc-4.2/trunk/gcc: config/darwin.h objc/objc-act.c

Duncan Sands baldrick at free.fr
Wed Jan 23 22:57:01 PST 2008


Hi Bill,

> GCC barfs this to the .s file directly:
> 
>     .objc_class_name_CrashTestPlugin=0
>     .globl .objc_class_name_CrashTestPlugin

it looks like you write this directly to a file
containing LLVM IR.  I guess this is OK as long
as no-one is using the global in the IR (otherwise
the verifier will barf).  Is that the case?

Thanks,

Duncan.



More information about the llvm-commits mailing list