3d8133c572
The libbacktrace test suite was failing on darwin because the btest_gnudebuglink tests attempted to use GNU debuglink functionality, which only works on ELF binaries, not Mach-O on darwin. We set `libbacktrace_cv_objcopy_debuglink=no`, allowing the remaining 21 tests to run successfully.