NAKAMURA Takumi
2010-Sep-04 13:53 UTC
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
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
Michael Spencer
2010-Sep-04 16:26 UTC
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
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? > > ...TakumiDo 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
NAKAMURA Takumi
2010-Sep-06 14:11 UTC
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
Good evening, Michael. 2010/9/5 Michael Spencer <bigcheesegs at gmail.com>:> 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.I am sorry, I don't understand what *the exact problem" is. I can describe facts; - Hello is the only LOADABLE_MODULE under lib/ - Other plugin, eg. tools/bugpoint-passes, can be built. ...Takumi
Seemingly Similar Threads
- [LLVMdev] RFC: change build order (or location) of LLVMHello plugin
- [LLVMdev] RFC: change build order (or location) of LLVMHello plugin
- [LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
- [LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
- [LLVMdev] [RFC] Raise minimum required CMake version to 3.0