[AsmParser] Fix preserve-comments-crlf.s on FreeBSD
authorFangrui Song <maskray@google.com>
Thu, 26 Jul 2018 06:07:03 +0000 (06:07 +0000)
committerFangrui Song <maskray@google.com>
Thu, 26 Jul 2018 06:07:03 +0000 (06:07 +0000)
--strip-trailing-cr is a diffutils option which is also available on
BSD-licensed diff introduced in FreeBSD 11.2, however, it has a bug
comparing files mixing \r and \r\n. Use -b (POSIX) instead.

llvm-svn: 338008

llvm/test/MC/AsmParser/preserve-comments-crlf.s

index 052870c..4fbb822 100644 (file)
@@ -1,6 +1,6 @@
        #REQUIRES: shell
        #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
-       #RUN: diff --strip-trailing-cr %s %t
+       #RUN: diff -b %s %t
        .text
 
 foo:   #Comment here