[MC][MachO]Do not emit DWARF for no-personality case
authoroontvoo <vyng@google.com>
Mon, 12 Jun 2023 12:16:08 +0000 (08:16 -0400)
committerVy Nguyen <vyng@google.com>
Mon, 12 Jun 2023 13:36:56 +0000 (09:36 -0400)
commit5b1c62c0f2e9a739707429f650cb897c067f86c2
treeb92ea0b10704f117ba0db0c6b7daaf8487e324cb
parenta98243129530c852cbd42bffafc74ab635934d8a
[MC][MachO]Do not emit DWARF for no-personality case

Detail: Follow up to D144999, where we emitted DWARF for non-canonical personality.

Reviewed By: jyknight

Differential Revision: https://reviews.llvm.org/D152540
llvm/lib/MC/MCAsmBackend.cpp
llvm/test/MC/MachO/AArch64/darwin-ARM64-no-personality.s [new file with mode: 0644]
llvm/test/MC/MachO/darwin-x86_64-no-personality.s [new file with mode: 0644]