mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 05:11:59 +01:00
For debuginfod client functionality in LLVM tooling (like llvm-symbolizer or llvm-debuginfod-find) to actually work, LLVM needs to be build with curl (see [0] and #16972). Otherwise, HTTP requests get turned into no-ops, resulting in debuginfod functionality to fail (without any useful error messages). The configuration option is the same across all currently available LLVM versions and we will enable it one by one to not have one single MR with very long build times. [0]: https://reviews.llvm.org/D111238 (cherry picked from commit 1b380a0921f16b6e9f9d2e77e3ca7bc208d28876)