[all-commits] [llvm/llvm-project] e60b30: Reland "D144999 [MC][MachO]Only emits compact-unwi...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Wed Jun 7 07:04:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e60b30d5e3878e7d91f8872ec4c4dca00d4a2dfc
https://github.com/llvm/llvm-project/commit/e60b30d5e3878e7d91f8872ec4c4dca00d4a2dfc
Author: Vy Nguyen <vyng at google.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/femit-dwarf-unwind.c
M clang/test/Driver/femit-dwarf-unwind.s
M clang/tools/driver/cc1as_main.cpp
M lld/MachO/UnwindInfoSection.cpp
M lld/test/MachO/Inputs/eh-frame-x86_64-r.o
M lld/test/MachO/compact-unwind-both-local-and-dylib-personality.s
M lld/test/MachO/compact-unwind-generated.test
M lld/test/MachO/compact-unwind-lsda-folding.s
M lld/test/MachO/compact-unwind-stack-ind.s
M lld/test/MachO/compact-unwind.s
M lld/test/MachO/eh-frame-personality-dedup.s
M lld/test/MachO/eh-frame.s
M lld/test/MachO/icf-only-lsda-folded.s
M lld/test/MachO/icf.s
M lld/test/MachO/invalid/compact-unwind-bad-reloc.s
M lld/test/MachO/invalid/compact-unwind-personalities.s
M llvm/include/llvm/MC/MCAsmBackend.h
M llvm/include/llvm/MC/MCContext.h
M llvm/include/llvm/MC/MCTargetOptions.h
M llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
M llvm/lib/MC/MCAsmBackend.cpp
M llvm/lib/MC/MCContext.cpp
M llvm/lib/MC/MCStreamer.cpp
M llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll
M llvm/test/CodeGen/X86/compact-unwind.ll
M llvm/test/MC/AArch64/arm64-leaf-compact-unwind.s
M llvm/test/MC/MachO/AArch64/emit-dwarf-unwind.s
M llvm/test/MC/MachO/ARM/compact-unwind-armv7k.s
M llvm/test/MC/X86/compact-unwind.s
Log Message:
-----------
Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" personality symbols. For the rest, use DWARFs."
Reasons for rolling forward:
- the crash reported from Chromium was fixed in D151824 (not related to this patch at all)
- since D152824 was committed, it should now be safe to roll this forward.
New change:
- add an additional _ in name check
This reverts commit 4980eead4d0b4666d53dad07afb091375b3a13a0.
More information about the All-commits
mailing list