You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS2017 15.9+ requires clang 7+.
"STL1000: Unexpected compiler version, expected Clang 7 or newer."
So have to install a old VS if you want to use ollvm in VS.
The string obfucation components use a lot const expr and have to be compiled with clang.
MSVC will raise a error “your code is too complex to compile” or build successfully but the compiled program doesn't meet expectation.
error output show "Unexpected compiler version, expected Clang 7 or newer" when i try to compiler with vs2017 v141
The text was updated successfully, but these errors were encountered: