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
emit-cir-flat
Driver isn't doing the proper job of giving precedence to the last specified one (and the message is also pretty broken).
clang++ -std=c++20 -target arm64-apple-macosx14.0.0 -Wno-unused-value -fexceptions -c lambda.cpp -Xclang -fclangir -Xclang -emit-cir -o lambda.cir -Xclang -emit-cir-flat error: '-emit-cir' action ignored; '-emit-cir-flat' action specified previously
The text was updated successfully, but these errors were encountered:
cc: @gitoleg
Sorry, something went wrong.
wow! I will take a look!
No branches or pull requests
Driver isn't doing the proper job of giving precedence to the last specified one (and the message is also pretty broken).
The text was updated successfully, but these errors were encountered: