1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

[lit] Fix a few oversights in r374651 that broke some bots

llvm-svn: 374653
This commit is contained in:
Joel E. Denny 2019-10-12 12:32:00 +00:00
parent f27acb89d1
commit 4e060cb8b6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
@RUN: diff %t %t2
@RUN: diff --strip-trailing-cr %t %t2
.text
mov r0, r0

View File

@ -4,7 +4,7 @@
# FIXME: Temporarily dump test output so we can debug failing tests on
# buildbots.
# RUN: cat %t.out
# RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s
# RUN: FileCheck --input-file %t.out %s
#
# END.