I had some difficulties to compile the project. I finally managed to do it and, as the project does not seem maintained, this may interest someone.
First, I had the following error:
make: *** [Makefile:156: all] Error 2
caused by this : tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6275:24: error: lambda parameter ‘CGF’ previously declared as a capture. So you should apply all the patches available here : https://github.com/obfuscator-llvm/obfuscator/pull/172/files
Hello,
I had some difficulties to compile the project. I finally managed to do it and, as the project does not seem maintained, this may interest someone.
First, I had the following error:
caused by this : tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6275:24: error: lambda parameter ‘CGF’ previously declared as a capture. So you should apply all the patches available here : https://github.com/obfuscator-llvm/obfuscator/pull/172/files
After that, again, I had :
Then, you should add -DLLVM_PARALLEL_LINK_JOBS=1 to the command line of the cmake. This worked for me.