[all-commits] [llvm/llvm-project] 219841: [compiler-rt][Darwin][x86] Fix instrprof-darwin-ex...
David Tellenbach via All-commits
all-commits at lists.llvm.org
Tue Mar 25 16:13:46 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 2198410a8a8a0723dc744af5a2b7239ee5722662
https://github.com/llvm/llvm-project/commit/2198410a8a8a0723dc744af5a2b7239ee5722662
Author: David Tellenbach <dtellenbach at apple.com>
Date: 2025-03-25 (Tue, 25 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.
(cherry picked from commit 94426df66a8d7c2321f9e197e5ef9636b0d5ce70)
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