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.
Merge request reports
Activity
assigned to @ncopa
added 18 commits
-
91e3a31c...0915ada2 - 17 commits from branch
alpine:master
- f3895158 - main/llvm19: Build with curl to fix debuginfod client support
-
91e3a31c...0915ada2 - 17 commits from branch
added 29 commits
-
f3895158...4ccaa6db - 28 commits from branch
alpine:master
- 2918edad - main/llvm19: Build with curl to fix debuginfod client support
-
f3895158...4ccaa6db - 28 commits from branch
added 206 commits
-
2918edad...052cfd6e - 205 commits from branch
alpine:master
- 9595e5e4 - main/llvm19: Build with curl to fix debuginfod client support
-
2918edad...052cfd6e - 205 commits from branch
Please register or sign in to reply