You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many steps in LinkerScript.cpp are called repeatedly (fixed point iteration). If they call error and errorOrWarning, we may get repeated error messages.
Many steps in LinkerScript.cpp are called repeatedly (fixed point iteration). If they call `error` and `errorOrWarning`, we may get repeated error messages.
Many steps in LinkerScript.cpp are called repeatedly (fixed point iteration). If they call
error
anderrorOrWarning
, 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:
(#84512 (comment)).The text was updated successfully, but these errors were encountered: