[PATCH] D83573: [libunwind] Support for leaf function unwinding.
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 06:59:15 PDT 2020
ldionne added inline comments.
================
Comment at: libunwind/test/lit.site.cfg.in:49
+config.test_compiler_flags += " -funwind-tables "
+config.test_linker_flags += " -Wl,--export-dynamic "
+
----------------
Adding this flag seems to break testing on OS X, where the linker doesn't understand `--export-dynamic`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83573/new/
https://reviews.llvm.org/D83573
More information about the llvm-commits
mailing list