search for: cfshow

Displaying 2 results from an estimated 2 matches for "cfshow".

Did you mean: fshow
2008 Jan 27
0
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...rict-aliasing' '-O3' '-o' 'a.out' 'a.out.s' '- L' '/usr/lib' '-lSystem' '-lz' ld: in /usr/lib, can't map file, errno=22 collect2: ld returned 1 exit status llvm-ld: $ cat test2.c extern void *kCFRunLoopCommonModes; extern void CFShow(void *); int main(int argc, char *argv[]) { CFShow(kCFRunLoopCommonModes); return 0; } $ clang test2.c -emit-llvm | llvm-as | llvm-ld - -native -F/System/ Library/Frameworks -framework CoreFoundation -L/usr/lib -lSystem -v llvm-ld: Unknown command line argument '-F/System/Library/ F...
2008 Jan 27
1
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...rict-aliasing' '-O3' '-o' 'a.out' 'a.out.s' '- L' '/usr/lib' '-lSystem' '-lz' ld: in /usr/lib, can't map file, errno=22 collect2: ld returned 1 exit status llvm-ld: $ cat test2.c extern void *kCFRunLoopCommonModes; extern void CFShow(void *); int main(int argc, char *argv[]) { CFShow(kCFRunLoopCommonModes); return 0; } $ clang test2.c -emit-llvm | llvm-as | llvm-ld - -native -F/System/ Library/Frameworks -framework CoreFoundation -L/usr/lib -lSystem -v llvm-ld: Unknown command line argument '-F/System/Library/ Fra...