[all-commits] [llvm/llvm-project] f8fea5: [llvm] Add explicit visibility macros to YAMLTrait...

Thomas Fransham via All-commits all-commits at lists.llvm.org
Sat Nov 9 09:43:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8fea5d49ba6f9e6c6fedc5a6e1f7c30cefd5357
      https://github.com/llvm/llvm-project/commit/f8fea5d49ba6f9e6c6fedc5a6e1f7c30cefd5357
  Author: Thomas Fransham <tfransham at gmail.com>
  Date:   2024-11-09 (Sat, 09 Nov 2024)

  Changed paths:
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/tools/llvm-pdbutil/PdbYaml.h

  Log Message:
  -----------
  [llvm] Add explicit visibility macros to YAMLTraits classes (#111484)

These symbols need to be exported for llvm-pdbutil when using windows
shared library builds.
Exclude the YAML traits declared in llvm-pdbutil so there not declared
as dllimported which will causing missing symbol errors for windows
shared library builds.

This is part of the work to enable LLVM_BUILD_LLVM_DYLIB and plugins on
window.



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