[all-commits] [llvm/llvm-project] a8a988: [CIR]Fix CIR Test failures after unnamed_addr remo...

Erich Keane via All-commits all-commits at lists.llvm.org
Fri May 29 09:07:49 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8a988bd6a5be1d58402a66613814afcb60ef920
      https://github.com/llvm/llvm-project/commit/a8a988bd6a5be1d58402a66613814afcb60ef920
  Author: Erich Keane <ekeane at nvidia.com>
  Date:   2026-05-29 (Fri, 29 May 2026)

  Changed paths:
    M clang/test/CIR/CodeGen/multi-vtable.cpp
    M clang/test/CIR/CodeGen/thunks.cpp
    M clang/test/CIR/CodeGen/vbase.cpp
    M clang/test/CIR/CodeGen/virtual-function-calls.cpp
    M clang/test/CIR/CodeGen/vtable-emission.cpp
    M clang/test/CIR/CodeGen/vtable-linkage-explicit-instantiation.cpp
    M clang/test/CIR/CodeGen/vtt.cpp
    M clang/test/CIR/CodeGenCXX/vtable-linkage.cpp

  Log Message:
  -----------
  [CIR]Fix CIR Test failures after unnamed_addr removed from vtables (#200435)

See #200108 and #197855 for the cause. We weren't generating this
anywhere in our code, so it is only OGCG check lines that got changed.



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