Skip to content

Commit 299e2c6

Browse files
committed
upstream test failure: give input file explicitly to llvm-mc
1 parent 71d4052 commit 299e2c6

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-linux -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)