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
Don't depend on llvm-nm to detect archive indexes (#10300)
There is an llvm but that mean that certain binary files get mistaken
for COFF object which means llvm-nm will error out:
https://bugs.llvm.org/show_bug.cgi?id=44683
Instead write out own trivial ar parser to detect the presence of that
index.
Fixes: #10195
0 commit comments