[all-commits] [llvm/llvm-project] 7c25ae: Set dllimport on Objective C ivar offsets (#107604)

Frederik Carlier via All-commits all-commits at lists.llvm.org
Wed Sep 11 04:38:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c25ae87f7378f38aa49a92b9cf8092deb95a1f4
      https://github.com/llvm/llvm-project/commit/7c25ae87f7378f38aa49a92b9cf8092deb95a1f4
  Author: Frederik Carlier <frederik.carlier at keysight.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/test/CodeGenObjC/dllstorage.m
    M clang/test/SemaObjC/ivar-access-tests.m

  Log Message:
  -----------
  Set dllimport on Objective C ivar offsets (#107604)

Ensures that offsets for instance variables are marked with `dllimport`
if the interface to which they belong has this attribute.



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