Displaying 2 results from an estimated 2 matches for "lxq9ea".
Did you mean:
0x09ea
2008 May 30
2
[LLVMdev] notes on llvmc2
...not "llvm-gcc" ?
* a --dry-run switch would be nice
Now, llvm-gcc was was finally compiled and installed, so I retried:
$ rm -rf /tmp/llvm_*
$ llvmc2 -opt -v main.c
llvm-g++ -c -x c main.c -o /tmp/llvm_084K2D/main.bc -emit-llvm
opt /tmp/llvm_084K2D/main.bc -o /tmp/llvm_084K2D/main.bc-LXq9ea
opt: error opening '/tmp/llvm_084K2D/main.bc-LXq9ea': file exists!
Use -f command line argument to force output
All of this is based on LLVM SVN 51761.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2008 May 30
0
[LLVMdev] notes on llvmc2
...uldn't reproduce this. What system are you using?
> * why calling "llvm-g++ -x c" and not "llvm-gcc" ?
> ...
> $ llvmc2 -opt -v main.c
> llvm-g++ -c -x c main.c -o /tmp/llvm_084K2D/main.bc -emit-llvm
> opt /tmp/llvm_084K2D/main.bc -o /tmp/llvm_084K2D/main.bc-LXq9ea
> opt: error opening '/tmp/llvm_084K2D/main.bc-LXq9ea': file exists!
> Use -f command line argument to force output
Thanks for reporting these issues, I've fixed them in SVN.
> $ rm -rf /tmp/llvm_*
BTW, you didn't have to do this, llvmc always creates a unique temporary...