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
/home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Common/TargetSpecific.h:559:1: error: unknown pragma ignored [clang-diagnostic-unknown-pragmas] 559 | TIFLASH_TARGET_SPECIFIC_NAMESPACE(template <size_t LENGTH> struct Word { | ^ /home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Common/TargetSpecific.h:535:5: note: expanded from macro 'TIFLASH_TARGET_SPECIFIC_NAMESPACE' 535 | TIFLASH_AVX_NAMESPACE(__VA_ARGS__) \ | ^ /home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Common/TargetSpecific.h:494:5: note: expanded from macro 'TIFLASH_AVX_NAMESPACE' 494 | TIFLASH_BEGIN_AVX_SPECIFIC_CODE \ | ^ /home/jenkins/agent/workspace/tiflash-build-common/tiflash/dbms/src/Common/TargetSpecific.h:54:9: note: expanded from macro 'TIFLASH_BEGIN_AVX_SPECIFIC_CODE' 54 | _Pragma("clang attribute push(__attribute__((target(\"sse,sse2,sse3,ssse3,sse4,popcnt,avx,avx2\"))),apply_to=function)") | ^ note: expanded from here
The text was updated successfully, but these errors were encountered:
This is a bug in LLVM 17 when compiling for C++20. Should be fixed in 18. See llvm/llvm-project#67380.
ref #7193
Sorry, something went wrong.
clang-tidy: ignore unknown pragmas warnings (#9166)
f6071b3
close #9165 Co-authored-by: JaySon <tshent@qq.com>
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: