[all-commits] [llvm/llvm-project] a3d52e: [Cygwin] RTTI and VTable should be dllexport-ed (#...

Tomohiro Kashiwada via All-commits all-commits at lists.llvm.org
Wed May 14 12:22:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3d52ea99e1438d6cd39de2eb27e43ac27700bf7
      https://github.com/llvm/llvm-project/commit/a3d52ea99e1438d6cd39de2eb27e43ac27700bf7
  Author: Tomohiro Kashiwada <kikairoya at gmail.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CodeGenCXX/dllexport-missing-key.cpp
    M clang/test/CodeGenCXX/dllimport-missing-key.cpp
    M clang/test/CodeGenCXX/dllimport-rtti.cpp
    M clang/test/CodeGenCXX/rtti-mingw64.cpp
    M clang/test/CodeGenCXX/virt-dtor-key.cpp
    M clang/test/CodeGenCXX/vtable-key-function-ios.cpp

  Log Message:
  -----------
  [Cygwin] RTTI and VTable should be dllexport-ed (#139798)

Behaves as same as both of Clang and GCC targetting MinGW. Required for
compatibility for Cygwin-GCC.

Divided from https://github.com/llvm/llvm-project/pull/138773



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