[PATCH] D123235: atomic compare fail : Parser & AST support

2022-04-20 Thread Sunil K via Phabricator via cfe-commits
koops updated this revision to Diff 423956. koops added a comment. 1. changes in flang/lib/Semantics/check-omp-structure.cpp to avoid build failure 2. prevent "requires" directive test from failing. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123235/new/ https://reviews.llvm.org/D1232

[PATCH] D123235: atomic compare fail : Parser & AST support

2022-04-12 Thread Shilei Tian via Phabricator via cfe-commits
tianshilei1992 added a comment. In D123235#3444644 , @koops wrote: > Can I please have the detailed log for the build failures? I do not have the > necessary setup to test those builds. You can find it https://buildkite.com/llvm-project/premerge-checks

[PATCH] D123235: atomic compare fail : Parser & AST support

2022-04-11 Thread Sunil K via Phabricator via cfe-commits
koops added a comment. Can I please have the detailed log for the build failures? I do not have the necessary setup to test those builds. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123235/new/ https://reviews.llvm.org/D123235 _

[PATCH] D123235: atomic compare fail : Parser & AST support

2022-04-06 Thread Sunil K via Phabricator via cfe-commits
koops created this revision. koops added reviewers: dreachem, soumitra, tianshilei1992, cchen. Herald added a subscriber: arphaman. Herald added a project: All. koops requested review of this revision. Herald added a reviewer: jdoerfert. Herald added subscribers: llvm-commits, cfe-commits, sstefan1