vs-obfuscation icon indicating copy to clipboard operation
vs-obfuscation copied to clipboard

Unexpected compiler version, expected Clang 7 or newer

Open vumanhtoanads opened this issue 6 years ago • 2 comments

error output show "Unexpected compiler version, expected Clang 7 or newer" when i try to compiler with vs2017 v141

vumanhtoanads avatar Jan 28 '19 13:01 vumanhtoanads

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.

Tai7sy avatar Jan 28 '19 13:01 Tai7sy

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.

Tai7sy avatar Jan 28 '19 13:01 Tai7sy