[libcxx-commits] [PATCH] D154869: [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration
Peter Klausler via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 18 07:44:18 PDT 2023
klausler added inline comments.
================
Comment at: flang-rt/unittests/FortranEvaluate/testing.h:1
+#ifndef FORTRAN_EVALUATE_TESTING_H_
+#define FORTRAN_EVALUATE_TESTING_H_
----------------
Why was this file (and testing.cpp) added instead of being moved, like other files were?
Why are the unit tests for the Evaluate library being moved into flang-rt? The Evaluate library is only used by the compiler for constant folding and expression processing; it is not part of the runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154869/new/
https://reviews.llvm.org/D154869
More information about the libcxx-commits
mailing list