[PATCH] D123435: [lld-macho] Initial support for EH Frames
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 13:01:57 PDT 2022
int3 added a subscriber: oontvoo.
int3 added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:1188
+ Defined *target =
+ cast_or_null<Defined>(minuend.referent.dyn_cast<macho::Symbol *>());
+ if (!pcSym) {
----------------
it appears that this cast is asserting when running on `obj-file-with-stabs.yaml`. Unfortunately it's a bit hard to debug when we only have the yaml without the source that generated it originally. @oontvoo do you happen to have a link to the original source of that file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123435/new/
https://reviews.llvm.org/D123435
More information about the llvm-commits
mailing list