[PATCH] D91944: OpenMP 5.0 metadirective

Ulrich Weigand via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 12:00:24 PDT 2021


uweigand added a comment.

In D91944#3009868 <https://reviews.llvm.org/D91944#3009868>, @cchen wrote:

> The SystemZ issue is due to the fact that we assumed that `device(cpu)` should be evaluated to true and `device(gpu)` should be evaluated to false in the test so the test should be fixed by specifying the triple. (https://github.com/llvm/llvm-project/commit/3679d2001c87f37101e7f20c646b21e97d8a0867)

Thanks, it looks like this fixed the problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91944/new/

https://reviews.llvm.org/D91944



More information about the cfe-commits mailing list