[PATCH] D110331: [flang][fir] Add support to mangle/deconstruct namelist group name
Jean Perier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 08:15:33 PDT 2021
jeanPerier added a comment.
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"
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