[Openmp-commits] [PATCH] D80735: [OpenMP][NFC] Reuse `llvm::omp::types::IdentPtr` in clang
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 29 13:41:19 PDT 2020
jhuber6 added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.h:376
+ /// generation.
+ llvm::OpenMPIRBuilder InternalOMPBuilder;
----------------
Should D80222 be changed to use this instead and remove the static methods?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80735/new/
https://reviews.llvm.org/D80735
More information about the Openmp-commits
mailing list