[PATCH] D152540: [MC][MachO]Do not emit DWARF for no-personality case
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 11:45:13 PDT 2023
tschuett added inline comments.
================
Comment at: llvm/lib/MC/MCAsmBackend.cpp:125
+
+ assert(Sym->isMachO());
+ StringRef name = Sym->getName();
----------------
Could you please turn the assert into an if-statement?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152540/new/
https://reviews.llvm.org/D152540
More information about the llvm-commits
mailing list