[all-commits] [llvm/llvm-project] 3a0c53: [ORC] Fix -Wunused-function warning on windows (#1...

Justin Bogner via All-commits all-commits at lists.llvm.org
Mon Nov 3 11:14:12 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a0c534032aac828a12fd2057b00197a12aa90b2
      https://github.com/llvm/llvm-project/commit/3a0c534032aac828a12fd2057b00197a12aa90b2
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2025-11-03 (Mon, 03 Nov 2025)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [ORC] Fix -Wunused-function warning on windows (#166207)

All of the users of this function are guarded by LLVM_ON_UNIX and
LLVM_ENABLE_THREADS ifdefs, so wrap the function itself in these guards
as well to avoid the unused function warning.



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