Skip to content

Commit 81b1b42

Browse files
authored
Update README.md
1 parent 0050984 commit 81b1b42

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# FileCheck.py
1+
# FileCheck.py (Discontinued)
22

33
Attempt to reimplement LLVM's FileCheck using Python.
44

55
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20macOS/badge.svg)
66
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20Linux/badge.svg)
77
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20Windows/badge.svg)
88

9+
## 2024-07-10 STATUS UPDATE - PROJECT DISCONTINUED
10+
11+
The project has been discontinued in favor of another project: [antonlydike/filecheck](https://github.com/AntonLydike/filecheck), where the developers are aiming to achieve greater compatibility with the upstream LLVM FileCheck and add more features that this project was lacking.
12+
13+
The filecheck PyPI package has also been transferred to the owner of antonlydike/filecheck.
14+
915
## Background
1016

1117
Many software projects could benefit from a suite of LLVM LIT integration tests.

0 commit comments

Comments
 (0)