]> granicus.if.org Git - llvm/commitdiff
[lit] Fix a test case that r374652 missed
authorJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 16 Oct 2019 17:56:12 +0000 (17:56 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 16 Oct 2019 17:56:12 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375023 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/thinlto-vtable-summary.ll

index ac4c703c35124693e213439cf046d67cff414626..080a1160528ac7f59c240d6b0d3df71b7b83c265 100644 (file)
@@ -4,7 +4,7 @@
 ; RUN: grep "^\^" %t.ll >%t3
 ; Expect that the summary information is the same after round-trip through
 ; llvm-as and llvm-dis.
-; RUN: diff %t2 %t3
+; RUN: diff --strip-trailing-cr %t2 %t3
 
 source_filename = "thinlto-vtable-summary.ll"
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"