[all-commits] [llvm/llvm-project] 1f0e0d: [CMake] update Apple undefined symbol link flag fr...

Greg Roth via All-commits all-commits at lists.llvm.org
Wed Nov 13 16:45:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f0e0da3af783fd2bb5e23bc2b97141abac68926
      https://github.com/llvm/llvm-project/commit/1f0e0da3af783fd2bb5e23bc2b97141abac68926
  Author: Greg Roth <grroth at microsoft.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M llvm/cmake/modules/HandleLLVMOptions.cmake

  Log Message:
  -----------
  [CMake] update Apple undefined symbol link flag from suppress (#116113)

the -undefined suppress option for Apple's linker is deprecated and was
producing multiple warnings. This updates it to dynamic_lookup, which
has much the same effect, but avoids these deprecation warnings.



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