[PATCH] D131153: AArch64: disable asynchronous unwind by default for MachO.
Tim Northover via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 9 03:08:23 PDT 2022
t.p.northover updated this revision to Diff 459004.
t.p.northover marked an inline comment as done.
t.p.northover added a comment.
Switched to `enum class`.
> You may want to split the patch, with refactoring as the first, and the Mach-O specific change as the second one.
I've got it split into two commits locally now. It's pretty much as you'd expect: first one NFC with no test changes, the second adds the test change and changes the return statement in `MachO::getDefaultUnwindTableLevel` from an unconditional `Asynchronous`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131153/new/
https://reviews.llvm.org/D131153
Files:
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/CrossWindows.cpp
clang/lib/Driver/ToolChains/CrossWindows.h
clang/lib/Driver/ToolChains/Darwin.cpp
clang/lib/Driver/ToolChains/Darwin.h
clang/lib/Driver/ToolChains/FreeBSD.cpp
clang/lib/Driver/ToolChains/FreeBSD.h
clang/lib/Driver/ToolChains/Fuchsia.h
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/Driver/ToolChains/Gnu.h
clang/lib/Driver/ToolChains/MSVC.cpp
clang/lib/Driver/ToolChains/MSVC.h
clang/lib/Driver/ToolChains/MinGW.cpp
clang/lib/Driver/ToolChains/MinGW.h
clang/lib/Driver/ToolChains/NetBSD.h
clang/lib/Driver/ToolChains/OpenBSD.cpp
clang/lib/Driver/ToolChains/OpenBSD.h
clang/test/Driver/clang-translation.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131153.459004.patch
Type: text/x-patch
Size: 16957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220909/6397d92c/attachment-0001.bin>
More information about the cfe-commits
mailing list