I compiled and installed LLVM from trunk on debian wheezy a few weeks ago (configure and build) and now tried from the llvm-mutate pass source compilation. AFAICC, llvm-mutate follows cmake from the source code build instructions .
When trying to create llvm-mutate
mkdir build cd build cmake -DCMAKE_MODULE_PATH=/usr/local/share/llvm/cmake ../
I get:
- Mutate is ignored - loadable modules are not supported on this platform.
hmm? opt and loadable passages (on llvm_trunk / build / Debug + Asserts / lib / xxx.so) are present and working (they were compiled using configure and make, not cmake).
So, does this problem seem to be related to cmake? Someone else has encountered issues such as in Win when using cygwin: here
Any idea? Thanks Alex
source share