[PATCH] D86232: [NFC][OpenMP] Update description of OMPGridValues enums

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 10:46:28 PDT 2020


JonChesterfield added a comment.

This can't be used in the libomptarget plugins or in the deviceRTL, as both are required to compile without the llvm sources available.

Current preferences appears to be to copy and paste the numbers between the two files. At the least, we should have a test outside of llvm & openmp trees that verifies the numbers are the same in each.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86232



More information about the llvm-commits mailing list