From 560ab21665f1000f702a9c178cc1e1e1e0e9b0e4781b5bfc4193309017ae5e75 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 25 Oct 2022 06:52:59 +0000 Subject: [PATCH] up FileCheck.cpp OBS-URL: https://build.opensuse.org/package/show/devel:tools:statica/klee?expand=0&rev=118 --- FileCheck.cpp | 1 - klee.changes | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/FileCheck.cpp b/FileCheck.cpp index 85bd182..28ab3bf 100644 --- a/FileCheck.cpp +++ b/FileCheck.cpp @@ -415,7 +415,6 @@ BuildInputAnnotations(const SourceMgr &SM, unsigned CheckFileBufferID, "the check file or for an implicit pattern"); if (DiagCountPerPattern[DiagItr->CheckLoc] > 1) Label << "'" << DiagIndexPerPattern[DiagItr->CheckLoc]++; - Label.flush(); LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size()); A.Marker = GetMarker(DiagItr->MatchTy); diff --git a/klee.changes b/klee.changes index 7ff6e5c..a237c03 100644 --- a/klee.changes +++ b/klee.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 25 06:52:33 UTC 2022 - Jiri Slaby + +- update FileCheck.cpp to llvm 14's + ------------------------------------------------------------------- Tue Sep 6 09:21:23 UTC 2022 - Jiri Slaby