diff --git a/0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch b/0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch index 2c20353..511efc3 100644 --- a/0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch +++ b/0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch @@ -1,18 +1,17 @@ -From 4601b4f60b6224cf7fdca203dea75a22b7331125 Mon Sep 17 00:00:00 2001 -From: serge-sans-paille -Date: Mon, 14 Nov 2022 11:04:27 +0000 -Subject: [PATCH][clang] Make -funwind-tables the default on all archs +From 6779a43c44d09f2f218f916fe37f69a3c95765cb Mon Sep 17 00:00:00 2001 +From: Serge Guelton +Date: Tue, 24 Jan 2023 22:54:18 +0000 +Subject: [PATCH] [PATCH][clang] Make -funwind-tables the default on all archs --- clang/lib/Driver/ToolChains/Gnu.cpp | 4 ++++ 1 file changed, 4 insertions(+) -diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp -b/clang/lib/Driver/ToolChains/Gnu.cpp -index d0808d061c82..de9c9743cd38 100644 +diff --git a/clang/lib/Driver/ToolChains/Gnu.cpp b/clang/lib/Driver/ToolChains/Gnu.cpp +index 4f2340316654..2dfdd1381a43 100644 --- a/clang/lib/Driver/ToolChains/Gnu.cpp +++ b/clang/lib/Driver/ToolChains/Gnu.cpp -@@ -2701,6 +2701,11 @@ bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { +@@ -2863,6 +2863,10 @@ Generic_GCC::getDefaultUnwindTableLevel(const ArgList &Args) const { case llvm::Triple::ppc64le: case llvm::Triple::x86: case llvm::Triple::x86_64: