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 722da4b + 80135c9 commit 893c6b2Copy full SHA for 893c6b2
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|elf32-littlearm)}}
20
21
// 3. Test that swift-ide-check will not share swiftc's module cache.
22
0 commit comments