BIND(C) Function returning character must return it by value and
not as hidden argument like done currently. This patch update the
code to return it by value for both use cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aside from the clang-format diff, all builds and tests correctly and looks good.
flang/lib/Lower/ConvertVariable.cpp | ||
---|---|---|
1535 | It looks like clang-format needs to be run. |
flang/lib/Lower/ConvertVariable.cpp | ||
---|---|---|
1535 | My bad. I'll update my clang version. Looks like smth changed from 14. |
It looks like clang-format needs to be run.