Hi everyone, I am wondering if there is any variable in LLVM's cmake configuration which is equivalent to LOADABLE_MODULE in LLVM's Makefile configuration. I would like to build some loadable modules for opt and I could successfully do that with Makefiles but not with CMakeLists.txt files. Thanks, Sean -- Sean Lee PhD Student Programming Language and Systems Research Group School of Computer Science and Engineering University of New South Wales http://www.cse.unsw.edu.au/~seanl
Sean Lee <sean.ysl at gmail.com> writes:> I am wondering if there is any variable in LLVM's cmake configuration > which is equivalent to LOADABLE_MODULE in LLVM's Makefile > configuration.No. Is there documentation for that feature? I could try to implement it once I have an idea of what it does. -- Óscar
Possibly Parallel Threads
- [LLVMdev] CMake does not work with LLVM anymore?
- [LLVMdev] Compilation problem when addind a library
- [Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
- [Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
- [LLVMdev] --enable-optimized breaks pass registration for dynamically loadable passes?