hello sir,<br>    i build llvm-clang in my system successfully but while running llvm pass in ubuntu os its showing like<br><br>praveen@ubuntu:~/Desktop/LLVM/build/Release$ opt -load ../lib/LLVMHello.so<br>Error opening '../lib/LLVMHello.so': ../lib/LLVMHello.so: cannot open shared object file: No such file or directory<br>
  -load request ignored.<br><br>even though .so file is there in the path its showing error like this.please help me run the pass.<br>