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.
1 parent 18b1f97 commit f7cf5bdCopy full SHA for f7cf5bd
test/DebugInfo/modulecache.swift
@@ -16,7 +16,7 @@ import ClangModule
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: llvm-readobj -h %t/*/ClangModule-*.pcm | %FileCheck %s
19
-// CHECK: Format: {{(Mach-O|ELF|COFF)}}
+// CHECK: Format: {{(Mach-O|ELF|elf64|COFF)}}
20
21
// 3. Test that swift-ide-check will not share swiftc's module cache.
22
0 commit comments