[all-commits] [llvm/llvm-project] e62b3a: Unwind-tables: move back to original logic outline...
Tim Northover via All-commits
all-commits at lists.llvm.org
Thu Sep 29 05:39:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e62b3a9375d8694efe5bf3d1409bec9be0d288e9
https://github.com/llvm/llvm-project/commit/e62b3a9375d8694efe5bf3d1409bec9be0d288e9
Author: Tim Northover <tnorthover at apple.com>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/clang-translation.c
Log Message:
-----------
Unwind-tables: move back to original logic outline for kind.
There are lots of options interacting in complex ways here, and when moving to
`getDefaultUnwindTableLevel` I had refactored this and changed behaviour in
some cases. So this reverts the basic structure of the logic back to the
original, while leaving the hook in the new style.
More information about the All-commits
mailing list