Displaying 2 results from an estimated 2 matches for "cc41a28a".
2007 Sep 20
0
[LLVMdev] Valgrind Help Needed
...TheModule->getFunction(Name) returns NULL and you get ICE at
F->getType() #1091. I'll let you investigate this further ... :)
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070919/cc41a28a/attachment.html>
2007 Sep 19
3
[LLVMdev] Valgrind Help Needed
Hi all,
This program:
@protocol CPTransferThreadObserving;
@interface CPMode {}
@end
@implementation CPMode
-(void) copyInBackgroundAndNotifyUsingPorts {
id client;
[client setProtocolForProxy:
@protocol(CPTransferThreadObserving)];
}
@end
produces this internal compiler error:
$ llvm-gcc -x objective-c -arch ppc64 -std=c99 -c testcase.mi
testcase.mi:12: internal compiler