Skip to content

Commit 80135c9

Browse files
committed
[android] Adapt test to upstream readobj output change.
This is a change that will be necessary for master-next. readobj seems to report elf32-littlearm when compiling for Android ARMv7. This is similar to commit f7cf5bd which is still available in master-next, but I think was (mistakenly) reverted with #32265.
1 parent 63da97d commit 80135c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/modulecache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ClangModule
1616
// RUN: %empty-directory(%t)
1717
// RUN: %target-swift-frontend %s -c -g -o %t.o -module-cache-path %t -I %S/Inputs
1818
// RUN: llvm-readobj -h %t/*/ClangModule-*.pcm | %FileCheck %s
19-
// CHECK: Format: {{(Mach-O|ELF|COFF)}}
19+
// CHECK: Format: {{(Mach-O|ELF|elf64|COFF|elf32-littlearm)}}
2020

2121
// 3. Test that swift-ide-check will not share swiftc's module cache.
2222

0 commit comments

Comments
 (0)