obfuscator-llvm / obfuscator

3.89k stars 1.17k forks source link

Compilation with Clang 8 fails #143

Open RomanHargrave opened 5 years ago

RomanHargrave commented 5 years ago

Compilation with Clang 8 fails as a result of lambdas shadowing captures with parameter names. This is a known issue and a patch is available.

xiaokanghub commented 4 years ago

Hi, bro I have same problem on Clang 11 for Mac, but I didn't know how to solved this @cryptopathe

betteray commented 4 years ago

I found this patch work. https://android-review.googlesource.com/c/platform/external/clang/+/825643/1/lib/CodeGen/CGOpenMPRuntime.cpp#6191