obfuscator-llvm / obfuscator

3.89k stars 1.17k forks source link

Fix OrcRemoteTargetClient.h build error #148

Closed alandplm closed 4 years ago

alandplm commented 4 years ago

Fix the following build error:

bfuscator/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:696:26: error: could not convert ‘((llvm::orc::remote::OrcRemoteTargetClient*)this)->callB(Src, Size)’ from ‘Expected<vector<unsigned char,allocator>>’ to ‘Expected<vector<char,allocator>>’ return callB(Src, Size);