mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`file` is not available on windows except through GnuWin32, and that `file` was identifying the ClangModule as an ACB Archive file instead of a COFF file. Instead of using `file`, it is easier and more portable to use llvm-readobj. I also converted the egrep usage into FileCheck while adding COFF support.
956 B
956 B