[PATCH] D123235: [OpenMP] atomic compare fail : Parser & AST support
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 00:01:04 PST 2023
qiucf added a comment.
Hi, it seems rG086b65340cca2648a2a91a0a47d28c7d9bafd1e5 <https://reviews.llvm.org/rG086b65340cca2648a2a91a0a47d28c7d9bafd1e5> causes build failure:
llvm-project/clang/lib/Basic/OpenMPKinds.cpp:444:13: error: 97 enumeration values not handled in switch: 'OMPC_adjust_args', 'OMPC_affinity', 'OMPC_align'... [-Werror,-Wswitch]
switch (CK) {
^~
1 error generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123235/new/
https://reviews.llvm.org/D123235
More information about the cfe-commits
mailing list