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

Error "gcc: unknown gcc flag: -mavx512vl" while building llvm #66

Open
fuzzERot opened this issue Nov 5, 2022 · 0 comments
Open

Error "gcc: unknown gcc flag: -mavx512vl" while building llvm #66

fuzzERot opened this issue Nov 5, 2022 · 0 comments

Comments

@fuzzERot
Copy link

fuzzERot commented Nov 5, 2022

I tried to build LLVM with script run.sh inside gg/examples/llvm folder and got an error:

No build type selected.  You need to pass -DCMAKE_BUILD_TYPE=<type> in
  order to configure LLVM.

After that i added flag to cmake command inside run.sh:
gg infer cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../llvm-project/llvm

and got error:
gcc: unknown gcc flag: -mavx512vl
Does anyone know what this problem is?

gcc version 7.5

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

1 participant