aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json
diff options
context:
space:
mode:
authorChristopher Di Bella <cjdb@google.com>2021-06-07 19:59:31 +0000
committerCommit Bot <commit-bot@chromium.org>2021-06-08 11:49:00 +0000
commitb2757d09c4218daca1d6dec8993f62ee6f5323d0 (patch)
tree78e12d468e2a35a5a2df939fba406e196bdad1a1 /compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json
parent502fb1d988d399c887059ee9bf4b2e1820a59eaf (diff)
downloadtoolchain-utils-b2757d09c4218daca1d6dec8993f62ee6f5323d0.tar.gz
[compiler_wrapper] explicitly enables `libgcc` as the unwindlib
This is in preparation for our migration to libunwind. BUG=b:187785190 TEST=Tested locally and on CQ Disallow-Recycled-Builds: test-failures Change-Id: I1b11d54de3d9550086ead05c3880f149e2e2f839 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2945100 Tested-by: Christopher Di Bella <cjdb@google.com> Tested-by: Luis Lozano <llozano@chromium.org> Auto-Submit: Christopher Di Bella <cjdb@google.com> Commit-Queue: Luis Lozano <llozano@chromium.org> Reviewed-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json')
-rw-r--r--compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json b/compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json
index f3d487ee..b74adf5c 100644
--- a/compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json
+++ b/compiler_wrapper/testdata/cros_hardened_golden/gcc_clang_syntax.json
@@ -25,6 +25,7 @@
"-Wno-section",
"-static-libgcc",
"-fuse-ld=lld",
+ "--unwindlib=libgcc",
"-Wno-final-dtor-non-final-class",
"-Werror=poison-system-directories",
"-fexperimental-new-pass-manager",
@@ -106,6 +107,7 @@
"-Wno-section",
"-static-libgcc",
"-fuse-ld=lld",
+ "--unwindlib=libgcc",
"-Wno-final-dtor-non-final-class",
"-Werror=poison-system-directories",
"-fexperimental-new-pass-manager",
@@ -182,6 +184,7 @@
"-Wno-section",
"-static-libgcc",
"-fuse-ld=lld",
+ "--unwindlib=libgcc",
"-Wno-final-dtor-non-final-class",
"-Werror=poison-system-directories",
"-fexperimental-new-pass-manager",
@@ -241,6 +244,7 @@
"-Wno-section",
"-static-libgcc",
"-fuse-ld=lld",
+ "--unwindlib=libgcc",
"-Wno-final-dtor-non-final-class",
"-Werror=poison-system-directories",
"-fexperimental-new-pass-manager",