[lld] [LLD] [Build Issue] Ubuntu24 build failure due to LLD's COFF regression (PR #98447)

Vikash Gupta via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 13 04:46:43 PDT 2024


vg0204 wrote:

> FWIW, I can't reproduce such an issue with Ubuntu 24.04. I tested setting up Ubuntu 24.04, installed the `build-essential` packages (giving me GCC 13), built the latest git main of llvm-project (`-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld -DLLVM_ENABLE_TARGETS="X86;ARM;AArch64"`) and ran `check-lld` and it all passed just fine.

As I looked into it again, what are you saying is true, but I am getting this issue while trying to build in a private repo, which gets updated with main upstream on regular basis. Seeing how things procced there, it would better to decide if this patch is really needed or not.

https://github.com/llvm/llvm-project/pull/98447


More information about the llvm-commits mailing list