mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 09:16:08 +00:00

`link -dump -exports` lists exported symbols from import libraries as well as normal dlls. Ensure that we can handle import libraries as well in llvm-readobj. llvm-svn: 279069