Displaying 1 result from an estimated 1 matches for "c97861e2".
2009 Dec 08
4
[LLVMdev] A question about 'llc -march=c'
...like
spec? Sorry if I missed the answers on websites.
Best regards,
Liang Peng
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.cc
Type: text/x-c++src
Size: 157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091208/c97861e2/attachment.cc>
-------------- next part --------------
$gcc testcc.cbe.c
testcc.cbe.c:323: warning: conflicting types for built-in function ‘malloc’
testcc.cbe.c: In function ‘main’:
testcc.cbe.c:356: warning: return type of ‘main’ is not ‘int’
/tmp/ccDcoA7R.o: In function `main':
testcc.cbe...