[all-commits] [llvm/llvm-project] 211055: AArch64: emit synchronous unwind for Darwin arm64_...
Tim Northover via All-commits
all-commits at lists.llvm.org
Tue May 23 05:15:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 211055c7443e5594863ec95754e22f66e66aecc5
https://github.com/llvm/llvm-project/commit/211055c7443e5594863ec95754e22f66e66aecc5
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/clang-translation.c
Log Message:
-----------
AArch64: emit synchronous unwind for Darwin arm64_32 platforms too.
Since we're checking the triple directly, arm64_32 shows up differently and was
still getting an attempt at asynchronous unwind that added lots more
`__eh_frame` entries instead of the compact format.
More information about the All-commits
mailing list