Skip to content

Commit 8de0e95

Browse files
authored
Merge pull request mull-project#154 from mull-project/develop
README: Simplify background
2 parents 65c0d93 + 961d86c commit 8de0e95

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,14 @@ Attempt to reimplement LLVM's FileCheck using Python.
88

99
## Background
1010

11-
We know at least two software projects that would benefit from a suite of
12-
LLVM LIT integration tests:
13-
14-
1. [Mull](https://github.com/mull-project/mull)
15-
16-
2. [Doorstop](https://github.com/doorstop-dev/doorstop/pull/431)
17-
11+
Many software projects could benefit from a suite of LLVM LIT integration tests.
1812
The problem is that you have to build `FileCheck` from LLVM sources
1913
which is not a trivial task for 1) people who are not familiar with the LLVM
2014
infrastructure and 2) Python-based projects that would prefer to not have
21-
to build anything from LLVM sources in their CI process.
15+
to build anything from LLVM's source code in their CI process.
2216

2317
The option of having pre-compiled binaries is a workaround, but we don't like to
24-
keep third-party binary artifacts in source code,
25-
(see https://github.com/doorstop-dev/doorstop/pull/431#issuecomment-549237579).
18+
keep third-party binary artifacts in source code.
2619

2720
## Documentation
2821

0 commit comments

Comments
 (0)