search for: llvm_084k2d

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

2008 May 30
2
[LLVMdev] notes on llvmc2
..., why /tmp/llvm_* and not /tmp/llvmc2_* ? * why calling "llvm-g++ -x c" and 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 attac...
2008 May 30
0
[LLVMdev] notes on llvmc2
...> > > * after this, the directory /tmp/llvm_KeApik was not removed Strange, I couldn'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 /t...