[LLVMdev] LLVM under Syllable
Misha Brukman
brukman at gmail.com
Thu Jul 2 11:04:05 PDT 2009
[ cc: llvmdev -- please cc the list rather than only emailing me ]
2009/7/2 Dmitry <rohan at land.ru>
> Here is result http://clip2net.com/clip/m0/1246553178-clip-125kb.png Look
> like it's compilled sucessfully
>
Note that the entire bulk of the code is surrounded with
#ifdef DEBUG == 1
.... code ...
#endif
but you're compiling it with:
% gcc test.c -o test
so you're not including any of the code into your binary. Your editor
window partially obscures your terminal, so I assume you don't have any
other options on your command line.
The code is supposed to print messages to stderr, and your test run shows no
output.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090702/3fdcd1c2/attachment.html>
More information about the llvm-dev
mailing list