[all-commits] [llvm/llvm-project] 09a70b: [flang-rt] Explicitly define the default ShallowCo...

Kajetan Puchalski via All-commits all-commits at lists.llvm.org
Tue May 27 08:39:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09a70b1e10afc03c85767fccd518e6a66585972a
      https://github.com/llvm/llvm-project/commit/09a70b1e10afc03c85767fccd518e6a66585972a
  Author: Kajetan Puchalski <kajetan.puchalski at arm.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M flang-rt/lib/runtime/tools.cpp

  Log Message:
  -----------
  [flang-rt] Explicitly define the default ShallowCopy* templates (#141619)

Not explicitly defining the default case for ShallowCopy* functions does
not meet the requirements for gcc to actually instantiate the templates,
leading to build errors that show up with gcc but not with clang.

Signed-off-by: Kajetan Puchalski <kajetan.puchalski at arm.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list