Skip to content

Commit e602e48

Browse files
committed
Handle Windows line endings in x86-fold-tables.td test
1 parent 5995e4b commit e602e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/x86-fold-tables.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// 2. cp <generated_file> x86-fold-tables.inc
55

66
// RUN: llvm-tblgen -gen-x86-fold-tables -asmwriternum=1 %p/../../lib/Target/X86/X86.td -I %p/../../lib/Target/X86 -I %p/../../include -o %t
7-
// RUN: diff %p/x86-fold-tables.inc %t
7+
// RUN: diff --strip-trailing-cr %p/x86-fold-tables.inc %t

0 commit comments

Comments
 (0)