File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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.
1812The problem is that you have to build ` FileCheck ` from LLVM sources
1913which is not a trivial task for 1) people who are not familiar with the LLVM
2014infrastructure 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
2317The 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
You can’t perform that action at this time.
0 commit comments