[PATCH] D99967: [Flang] Changes to mangling code
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 00:40:43 PDT 2021
kiranchandramohan added a comment.
In D99967#2687886 <https://reviews.llvm.org/D99967#2687886>, @dblaikie wrote:
>
Thanks @dblaikie for highlighting the issues in this patch.
> For future reference might be worth separating independent patches and giving a more specific/descriptive title. The three lines in the description seem like separate patch descriptions.
OK I will separate them and improve the description in future.
> Though the description mentions that the functions are all tested - yet it looks like this patch adds a new function/overload without any callers, so how is it tested?
Apologies for the misunderstanding here. What i meant is that the function that is ultimately called (fir::NameUniquer::doType) is already tested and this is a wrapper around that function. I will check today if I can add a unit
test for this function (assuming that is the recommendation here).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99967/new/
https://reviews.llvm.org/D99967
More information about the llvm-commits
mailing list