From af1e2bed368ae1686328182fd15b46854fa8e43c Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 16 Oct 2019 17:56:12 +0000 Subject: [PATCH] [lit] Fix a test case that r374652 missed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375023 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/thinlto-vtable-summary.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Assembler/thinlto-vtable-summary.ll b/test/Assembler/thinlto-vtable-summary.ll index ac4c703c351..080a1160528 100644 --- a/test/Assembler/thinlto-vtable-summary.ll +++ b/test/Assembler/thinlto-vtable-summary.ll @@ -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" -- 2.49.0