This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] link backtrace library when building llvm/lib/Support under FreeBSD
ClosedPublic

Authored by wamuir on Sep 27 2021, 4:47 AM.

Details

Summary

Links the backtrace library which is required under FreeBSD when building llvm/lib/Support. This library is similarly linked by CMake on BSD builds at llvm/lib/Support/CMakeLists.txt

Diff Detail

Event Timeline

wamuir created this revision.Sep 27 2021, 4:47 AM
wamuir requested review of this revision.Sep 27 2021, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2021, 4:47 AM

@GMNGeoffrey would you be willing to suggest a reviewer for this revision? Thanks!

This revision is now accepted and ready to land.Oct 25 2021, 11:37 AM

Thank you. Can you also land? I recall in the past that authorship information has been required; if so, mine is William Muir <wamuir@gmail.com>