We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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: unknown gcc flag: -mavx512vl
gcc version 7.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to build LLVM with script run.sh inside gg/examples/llvm folder and got an error:
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
The text was updated successfully, but these errors were encountered: