[llvm] r375023 - [lit] Fix a test case that r374652 missed

Joel E. Denny via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 10:56:12 PDT 2019


Author: jdenny
Date: Wed Oct 16 10:56:12 2019
New Revision: 375023

URL: http://llvm.org/viewvc/llvm-project?rev=375023&view=rev
Log:
[lit] Fix a test case that r374652 missed

Modified:
    llvm/trunk/test/Assembler/thinlto-vtable-summary.ll

Modified: llvm/trunk/test/Assembler/thinlto-vtable-summary.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/thinlto-vtable-summary.ll?rev=375023&r1=375022&r2=375023&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/thinlto-vtable-summary.ll (original)
+++ llvm/trunk/test/Assembler/thinlto-vtable-summary.ll Wed Oct 16 10:56:12 2019
@@ -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"




More information about the llvm-commits mailing list