Files
swift-mirror/test/DebugInfo/modulecache.swift
Alex Langford da79d60ff1 [DebugInfo] Make modulecache test windows-compatible
`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.
2019-02-05 14:44:45 -08:00

956 B