[PATCH] D91944: OpenMP 5.0 metadirective

Chi Chun Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 10:29:40 PDT 2021


cchen added a comment.

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)


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