<div dir="ltr">Hello Everyone,<br>I'm new to LLVM development and I'm trying to get the Hello Pass tutorial working ( <a href="http://llvm.org/docs/WritingAnLLVMPass.html">http://llvm.org/docs/WritingAnLLVMPass.html</a> )<br><br>I have followed these instructions to get llvm,clang, clang extras and compiler-rt ( <a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> )<div><br><div>Then I build and install using cmake since make and config is no longer supported ( <a href="http://llvm.org/docs/CMake.html">http://llvm.org/docs/CMake.html</a> )</div></div><div><br></div><div>After all the make,cmake build and cmake install is done, i have no makefile.common or makefile.config files to be found anywhere on my PC which are required to run the pass.<br><br>Also, i'm building on Ubuntu 14.04, clang version 3.9, LLVM 3.4.<br><br>Please point me in the right direction, TIA :)</div></div>