[all-commits] [llvm/llvm-project] 80d518: [PGO][Offload] Don't define GPU entrypoint on Darw...

Ethan Luis McDonough via All-commits all-commits at lists.llvm.org
Tue Mar 25 21:28:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80d5185bd4288c12e9d5aa0fe2e00f2f4e6397d7
      https://github.com/llvm/llvm-project/commit/80d5185bd4288c12e9d5aa0fe2e00f2f4e6397d7
  Author: Ethan Luis McDonough <ethanluismcdonough at gmail.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M compiler-rt/lib/profile/InstrProfilingFile.c

  Log Message:
  -----------
  [PGO][Offload] Don't define GPU entrypoint on Darwin (#132966)

This PR partially reverts 83e180c and instead opts to not define the GPU entry
point on Darwin platforms. Marking `__llvm_write_custom_profile` as used
was causing issues on embedded platforms.



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