[PATCH] D81764: [flang] Add the Mangler module to flang lowering

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 07:42:51 PDT 2020


schweitz added a comment.

In D81764#2093204 <https://reviews.llvm.org/D81764#2093204>, @sameeranjoshi wrote:

> In D81764#2093014 <https://reviews.llvm.org/D81764#2093014>, @schweitz wrote:
>
> > Unit tests on internal naming don't have that dependency. But they do have a dependency on the fixes included in this patch.
>
>
> I don't think they have dependency, the tests are updated.
>
> IIRC, first the bugs were found using tests and later changes were made to code in fir-dev.
>  Here's one[1] such I recall
>
> [1]https://github.com/flang-compiler/f18-llvm-project/pull/98/commits/0d0a47020f233f5ea7c10ffb6cd24fb6b9da7b46


If the unit test does NOT depend on the correct behavior of the code it is testing, then the unit test needs more work by definition.

The point of this diff is to upstream code from fir-dev.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81764/new/

https://reviews.llvm.org/D81764





More information about the llvm-commits mailing list