Issue 87535
Summary lld/ELF: Fix repeated linker script errors in more cases
Labels lld:ELF
Assignees MaskRay
Reporter MaskRay
    Many steps in LinkerScript.cpp are called repeatedly (fixed point iteration). If they call `error` and `errorOrWarning`, we may get repeated error messages.

https://reviews.llvm.org/D152170 and #66836 have fixed some issues, but there are more like `symbol not found: ` (https://github.com/llvm/llvm-project/pull/84512#issuecomment-2035081535).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to