[PATCH] D91653: [LLVMFrontend][openacc] Add basic unit tests for functions in LLVMFrontendOpenACC

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 11:34:08 PST 2020


clementval created this revision.
clementval added reviewers: mehdi_amini, clementval, jdoerfert.
Herald added subscribers: llvm-commits, jfb, mgorny.
Herald added a project: LLVM.
clementval requested review of this revision.
Herald added a subscriber: sstefan1.

Add unit tests for functions in LLVMFrontendOpenACC. As notice in D91470 <https://reviews.llvm.org/D91470> these functions were not tested
as well as the ones for OpenMP (D91643 <https://reviews.llvm.org/D91643>). This patch add tests for the OpenACC part.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91653

Files:
  llvm/unittests/Frontend/CMakeLists.txt
  llvm/unittests/Frontend/OpenACCTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91653.305864.patch
Type: text/x-patch
Size: 18628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/fe97398d/attachment.bin>


More information about the llvm-commits mailing list