[LLVMdev] (no subject)

Tanya Lattner lattner at apple.com
Mon Apr 1 10:47:28 PDT 2013


Type make at the llvm top level directory.

-Tanya

On Mar 30, 2013, at 5:35 AM, atul gurale <agurale0 at gmail.com> wrote:

> i am beginner in llvm compiler framework. As i want to create loop pass i went through all the procedure for creating new pass. I did all the steps u mentioned but when i copied the content  of makefile(for hello pass) from ur website to my makefile  its not working properly.
> 
> My makefile is like this :
> 
> # Makefile for hello pass
> 
> # Path to top level of LLVM hierarchy
> LEVEL = ../../..
> 
> # Name of the library to build
> LIBRARYNAME = Hello
> 
> # Make the shared library become a loadable module so the tools can
> # dlopen/dlsym on the resulting library.
> LOADABLE_MODULE = 1
> 
> # Include the makefile implementation stuff
> include $(LEVEL)/Makefile.common
> 
> Its giving an error like there is nothing to do with LOOPPASS.cpp
> or NO RULES DEFINED FOR ALL.
> 
> then how should i proceed.
> 
> 
> or if u can provide me MAKEFILE for LOOPPASS so that i can crate .so file 
> successfully. 
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130401/28b48e9f/attachment.html>


More information about the llvm-dev mailing list