[all-commits] [llvm/llvm-project] 94426d: [compiler-rt][Darwin][x86] Fix instrprof-darwin-ex...

David Tellenbach via All-commits all-commits at lists.llvm.org
Mon Mar 17 17:24:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94426df66a8d7c2321f9e197e5ef9636b0d5ce70
      https://github.com/llvm/llvm-project/commit/94426df66a8d7c2321f9e197e5ef9636b0d5ce70
  Author: David Tellenbach <dtellenbach at apple.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M compiler-rt/test/profile/instrprof-darwin-exports.c

  Log Message:
  -----------
  [compiler-rt][Darwin][x86] Fix instrprof-darwin-exports test (#131425)

ld64 issues a warning about section alignment which was counted as an
unexpected exported symbol and the test failed.

Fixed by disabling all linker warnings using -Wl,-w.



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