[all-commits] [llvm/llvm-project] c68d28: [flang][fir] Update flang test tool support classes.

Eric Schweitz via All-commits all-commits at lists.llvm.org
Fri Feb 19 16:03:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c68d2895a1f4019b387c69d1e5eec31b0eb5e7b0
      https://github.com/llvm/llvm-project/commit/c68d2895a1f4019b387c69d1e5eec31b0eb5e7b0
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    A flang/include/flang/Optimizer/Support/FIRContext.h
    M flang/include/flang/Optimizer/Support/InternalNames.h
    M flang/include/flang/Optimizer/Support/KindMapping.h
    M flang/lib/Optimizer/CMakeLists.txt
    A flang/lib/Optimizer/Support/FIRContext.cpp
    M flang/lib/Optimizer/Support/InternalNames.cpp
    M flang/lib/Optimizer/Support/KindMapping.cpp
    M flang/unittests/Optimizer/CMakeLists.txt
    A flang/unittests/Optimizer/FIRContextTest.cpp
    M flang/unittests/Optimizer/InternalNamesTest.cpp
    M flang/unittests/Optimizer/KindMappingTest.cpp

  Log Message:
  -----------
  [flang][fir] Update flang test tool support classes.

This updates the various classes that support the compliation of
Fortran. These classes are shared by the test tools.

Authors: Eric Schweitz, Sameeran Joshi, et.al.

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




More information about the All-commits mailing list