search for: llvm_b2ijjw

Displaying 1 result from an estimated 1 matches for "llvm_b2ijjw".

2010 Oct 27
2
[LLVMdev] llvmc searches PATH for llc
....7/bin/llvmc test.ll % echo $? 0 % strace -f /home/jdenny/installs/llvm/2.7/bin/llvmc test.ll |& grep exec | grep llc [pid 15309] execve("/home/jdenny/installs/llvm/2.7/bin/llc", ["llc", "-f", "-O2", "test.ll", "-o", "/tmp/llvm_b2iJJw/test.s"], [/* 41 vars */]) = 0 It seems that llvmc should instead invoke the llc from the same LLVM installation.