[LLVMdev] RFC: change build order (or location) of LLVMHello plugin

Michael Spencer bigcheesegs at gmail.com
Sat Sep 4 09:26:13 PDT 2010


On Sat, Sep 4, 2010 at 9:53 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Hello, everybody!
>
> On win32(s), lib/Transforms/Hello cannot be built cleanly.
> It will be built after 1st build.
>
> Linking the plugin LLVMHello.dll requires other libraries, especially LLVM.dll.
>
> May I move Hello to other location?
> Or, may I tweak llvm/Makefile?
>
> ...Takumi

Do you know what the exact problem is? It would be best to fix the
Makefile instead of moving it. And sense it is a transformation, the
build system is broken if you _have_ to move it.

- Michael Spencer



More information about the llvm-dev mailing list