We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093d483 + da79d60 commit 80ce2c3Copy full SHA for 80ce2c3
test/DebugInfo/modulecache.swift
@@ -15,7 +15,8 @@ import ClangModule
15
16
// RUN: %empty-directory(%t)
17
// RUN: %target-swift-frontend %s -c -g -o %t.o -module-cache-path %t -I %S/Inputs
18
-// RUN: file %t/*/ClangModule-*.pcm | egrep -q '(Mach-O|ELF)'
+// RUN: llvm-readobj -h %t/*/ClangModule-*.pcm | %FileCheck %s
19
+// CHECK: Format: {{(Mach-O|ELF|COFF)}}
20
21
// 3. Test that swift-ide-check will not share swiftc's module cache.
22
0 commit comments