[all-commits] [llvm/llvm-project] b35e0d: [lld-macho] Fix segfault when handling LTO + objec...
Jez Ng via All-commits
all-commits at lists.llvm.org
Sat Jul 23 08:50:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b35e0d0cf355426031101c743d2ba80af79c06ac
https://github.com/llvm/llvm-project/commit/b35e0d0cf355426031101c743d2ba80af79c06ac
Author: Jez Ng <jezng at fb.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M lld/MachO/InputFiles.cpp
A lld/test/MachO/Inputs/lto-obj-weak-def.yaml
A lld/test/MachO/lto-obj-weak-def.ll
Log Message:
-----------
[lld-macho] Fix segfault when handling LTO + object file weak defs
which occurs when there are EH frames present in the object file's weak
def.
Reviewed By: abrachet
Differential Revision: https://reviews.llvm.org/D130409
More information about the All-commits
mailing list