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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to