Skip to content
Snippets Groups Projects
Commit 9595e5e4 authored by moha's avatar moha Committed by Natanael Copa
Browse files

main/llvm19: Build with curl to fix debuginfod client support

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.

It has been verified that cross-compiliation (via 'bootstrap.sh') still works.

[0]: https://reviews.llvm.org/D111238
parent 052cfd6e
No related branches found
No related tags found
1 merge request!81627main/llvm19: Build with curl to fix debuginfod client support
Pipeline #310385 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment