<div dir="ltr"><div><div>I am far from an expert on this and I'm sure you'll get much better responses from those that are experts here, but I don't think you should be messing around with Makefiles.<br></div>LLVM has switched to a cmake-based build system quite a while back and if I'm not mistaken, cmake will actually generate the Makefiles.<br><br></div><div>Of course, I am not sure what you hope to accomplish here, but assuming you want to add a pass to the pipeline, you should probably follow something like this:<br><a href="http://llvm.org/docs/WritingAnLLVMPass.html#quick-start-writing-hello-world">http://llvm.org/docs/WritingAnLLVMPass.html#quick-start-writing-hello-world</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 17, 2017 at 12:33 PM, Siddharth Shankar Swain via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>While writing llvm pass i am facing problem in the make file. My make file is attached<br><br><br></div>It is showing the error :-<br><br>Makefile:19: ../../../../Makefile.common: No such file or directory<br>make: *** No rule to make target `../../../../Makefile.common'.<wbr>  Stop.<br><br></div>What change i should make in it. Please help<br><div><br></div></div>
<br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>