Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected compiler version, expected Clang 7 or newer #1

Open
vumanhtoanads opened this issue Jan 28, 2019 · 2 comments
Open

Unexpected compiler version, expected Clang 7 or newer #1

vumanhtoanads opened this issue Jan 28, 2019 · 2 comments

Comments

@vumanhtoanads
Copy link

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

@Tai7sy
Copy link
Owner

Tai7sy commented Jan 28, 2019

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
Copy link
Owner

Tai7sy commented Jan 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants