[all-commits] [llvm/llvm-project] 10539e: [dsymutil] fix accidental 32bit truncation in patc...
Alessandro Arzilli via All-commits
all-commits at lists.llvm.org
Sat Dec 17 06:27:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10539ec2cf69fa8433840c9ddd6a56b8e2735e7a
https://github.com/llvm/llvm-project/commit/10539ec2cf69fa8433840c9ddd6a56b8e2735e7a
Author: Alessandro Arzilli <alessandro.arzilli at gmail.com>
Date: 2022-12-17 (Sat, 17 Dec 2022)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/include/llvm/DWARFLinker/DWARFStreamer.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/lib/DWARFLinker/DWARFStreamer.cpp
Log Message:
-----------
[dsymutil] fix accidental 32bit truncation in patchFrameInfoForObject
patchFrameInfoForObject accidentally truncates FDE addresses
to the least significant 32bits, which causes the Go bug: https://github.com/golang/go/issues/25841.
Patch by Alessandro Arzilli
Differential Revision: https://reviews.llvm.org/D138763
More information about the All-commits
mailing list