[all-commits] [llvm/llvm-project] 4642c6: [analyzer] Remove breaking RUN line in the test case
Balazs Benics via All-commits
all-commits at lists.llvm.org
Wed Feb 16 01:57:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4642c640f4ef76b7e98420c98b7391f069293838
https://github.com/llvm/llvm-project/commit/4642c640f4ef76b7e98420c98b7391f069293838
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M clang/test/Analysis/analyze-function-guide.cpp
Log Message:
-----------
[analyzer] Remove breaking RUN line in the test case
This is a followup for D118690.
I'm removing the offending RUN line, to resolve the build breakage:
https://lab.llvm.org/buildbot/#/builders/91/builds/3975/steps/8/logs/stdio
Exit Code: 1
Command Output (stderr):
--
/scratch/buildbot/bothome/clang-ve-ninja/llvm-project/clang/test/Analysis/analyze-function-guide.cpp:58:22:
error: CHECK-EMPTY2-NOT: excluded string found in input
// CHECK-EMPTY2-NOT: Every top-level function was skipped.
^
<stdin>:1:1: note: found here
Every top-level function was skipped.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Differential Revision: https://reviews.llvm.org/D118690
More information about the All-commits
mailing list