[PATCH] D110331: [flang][fir] Add support to mangle/deconstruct namelist group name

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 10:09:31 PDT 2021


clementval added a comment.

In D110331#3018202 <https://reviews.llvm.org/D110331#3018202>, @jeanPerier wrote:

> It looks like the test is failing with the windows build bot:
>
>   C:\ws\w4\llvm-project\premerge-checks\flang\unittests\Optimizer\InternalNamesTest.cpp(168): error: Expected equality of these values:
>     actual.str()
>       Which is: "\0QMmod1Gnlg"
>     expectedMangledName
>       Which is: "_QMmod1Gnlg"

Right ... I'll have a look at that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110331



More information about the llvm-commits mailing list