[all-commits] [llvm/llvm-project] cc8df9: [LLVMFrontend][openacc] Add basic unit tests for f...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Dec 3 08:27:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cc8df90b03752e01cb437b2e2c5a68029adf74ac
      https://github.com/llvm/llvm-project/commit/cc8df90b03752e01cb437b2e2c5a68029adf74ac
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M llvm/unittests/Frontend/CMakeLists.txt
    A llvm/unittests/Frontend/OpenACCTest.cpp

  Log Message:
  -----------
  [LLVMFrontend][openacc] Add basic unit tests for functions in LLVMFrontendOpenACC

Add unit tests for functions in LLVMFrontendOpenACC. As notice in D91470 these functions were not tested
as well as the ones for OpenMP (D91643). This patch add tests for the OpenACC part.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D91653




More information about the All-commits mailing list