[clang] [Clang][OpenMP][OMPIRBuilder] Move Clang's OpenMP Member/MemberOf flag helpers into the OMPIRBuilder (PR #67844)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 17:43:45 PDT 2023
shraiysh wrote:
> I'll see what I can do about adding an OpenMPIRBuilderTest.cpp to the patch.
I think it’s okay if it’s tested by clang tests (as Johannes mentioned). In case you decide to add tests for this, there is already an OpenMPIRBuilderTest.cpp in `llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp`. You can add one there if you’d like to.
https://github.com/llvm/llvm-project/pull/67844
More information about the cfe-commits
mailing list