Bugzilla – Bug 117
llvm-nm cannot read archive files
Last modified: 2003-11-16 17:37:16
You need to log in before you can comment on or make changes to this bug.
Just as nm(1) can read archive files of native objects, llvm-nm should be able to read archive files of llvm objects. This requires some bits that I have been hacking into ArchiveReader, which are almost ready, but not extensively tested.
Now fixed: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031110/009577.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031110/009578.html