[llvm-branch-commits] [lld] release/18.x: [lld] Add target support for SystemZ (s390x) (#75643) (PR #81675)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 14 09:49:01 PST 2024
MaskRay wrote:
> @MaskRay Is it possible that this commit changed something: [278f80c](https://github.com/llvm/llvm-project/commit/278f80ce95401f7920845d1281aa99804a139b6c)
>
> Which parts of the object file are used to compute the build-id ?
When `--build-id` is specified, lld hashes the whole output file. A failure on macOS in the worst case can mean output non-determinism on macOS, but it is unclear how this can be the case. 278f80ce95401f7920845d1281aa99804a139b6c should not change build ID for the two tests.
I've debugged such build ID problems in the past, but I need to inspect the output files and compare them. Is it anyway to download the output file from that macOS machine?
https://github.com/llvm/llvm-project/pull/81675
More information about the llvm-branch-commits
mailing list