[PATCH] D91760: [Driver] Default Generic_GCC aarch64 to use -fasynchronous-unwind-tables
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 19 13:31:53 PST 2020
nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.
Thanks for the heads up, I don't see this being a problem for us, especially since GCC already behaves this way;
arch/arm64/Makefile:
55 # Avoid generating .eh_frame* sections.
56 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
57 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91760/new/
https://reviews.llvm.org/D91760
More information about the cfe-commits
mailing list