obfuscator-llvm / obfuscator

3.93k stars 1.18k forks source link

Failed to build with Make 4.3 #180

Open zyoNe-cell opened 9 months ago

zyoNe-cell commented 9 months ago
Error: /home/ziyang/platforms/llvm-obfuscator/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:722:26: error: could not convert ‘((llvm::orc::remote::OrcRemoteTargetClient*)this)->callB(Src, Size)’ from ‘Expected<vector<unsigned char,allocator>>’ to ‘Expected<vector<char,allocator>>’ 722 return callB(Src, Size); ~~~~^~~~~
Expected<vector<unsigned char,allocator>>

Seems to be an internal bug in the LLVM 4 version. Source:https://bugzilla.redhat.com/show_bug.cgi?id=1540620