[all-commits] [llvm/llvm-project] 4980ee: Revert "[RFC][MC][MachO]Only emits compact-unwind ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri May 19 06:41:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4980eead4d0b4666d53dad07afb091375b3a13a0
https://github.com/llvm/llvm-project/commit/4980eead4d0b4666d53dad07afb091375b3a13a0
Author: Nico Weber <thakis at chromium.org>
Date: 2023-05-19 (Fri, 19 May 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:
-----------
Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality symbols. For the rest, use DWARFs."
This reverts commit 09aaf53a05e3786eea374f3ce57574225036412d.
Causes toolchain asserts building libc++ for x86_64,
see https://reviews.llvm.org/D144999#4356215
More information about the All-commits
mailing list