Skip to content

Commit 71d4052

Browse files
committed
test: specify linux to ensure elf in order to solve windows failure
1 parent 60b7ceb commit 71d4052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-readobj/ELF/AArch64/build-attributes-comprehensive.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llvm-mc -triple=aarch64 -filetype=obj %s | llvm-readelf --arch-specific - | FileCheck %s --check-prefix=ATTR
1+
# RUN: llvm-mc -triple=aarch64-linux -filetype=obj %s | llvm-readelf --arch-specific - | FileCheck %s --check-prefix=ATTR
22

33
# ATTR: BuildAttributes {
44
# ATTR-NEXT: FormatVersion: 0x41

0 commit comments

Comments
 (0)