summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:51:51 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2019-10-12 18:51:51 +0000
commit57046e8fd9b9dd91358b92862d0591c6ac717750 (patch)
treeffc376faa32812935b5688927b81b888ec13ce58 /llvm/test/MC
parent9abfa5817116d04439773586b8dcd41a8540baba (diff)
downloadbcm5719-llvm-57046e8fd9b9dd91358b92862d0591c6ac717750.tar.gz
bcm5719-llvm-57046e8fd9b9dd91358b92862d0591c6ac717750.zip
Revert r374652: "[lit] Fix internal diff's --strip-trailing-cr and use it"
This series of patches still breaks a Windows bot. llvm-svn: 374679
Diffstat (limited to 'llvm/test/MC')
-rw-r--r--llvm/test/MC/AsmParser/preserve-comments.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/preserve-comments.s b/llvm/test/MC/AsmParser/preserve-comments.s
index 90a71ea7984..a0f50196213 100644
--- a/llvm/test/MC/AsmParser/preserve-comments.s
+++ b/llvm/test/MC/AsmParser/preserve-comments.s
@@ -1,5 +1,5 @@
#RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
- #RUN: diff --strip-trailing-cr %s %t
+ #RUN: diff %s %t
.text
foo: #Comment here
OpenPOWER on IntegriCloud