[flang-commits] [flang] [llvm] [flang][OpenMP] Support custom mappers in target update to/from clauses (PR #169673)

Krish Gupta via flang-commits flang-commits at lists.llvm.org
Fri Jan 16 10:02:57 PST 2026


================
@@ -2387,7 +2407,7 @@ void AttrsVisitor::SetBindNameOn(Symbol &symbol) {
   }
   symbol.SetBindName(std::move(*label));
   if (!oldBindName.empty()) {
-    if (const std::string * newBindName{symbol.GetBindName()}) {
+    if (const std::string *newBindName{symbol.GetBindName()}) {
----------------
KrxGu wrote:

Done! Removed all unrelated formatting changes from the rebase. The PR now shows only the functional changes for mapper support in target update. The diff is much cleaner now.

https://github.com/llvm/llvm-project/pull/169673


More information about the flang-commits mailing list