File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Built-in Tests
62
62
LLVM CMake test-suite
63
63
~~~~~~~~~~~~~~~~~~~~~
64
64
65
- The llvm test-suite can be run with the ``test-suite` `` built-in test.
65
+ The llvm test-suite can be run with the ``test-suite `` built-in test.
66
66
67
67
Running the test-suite via CMake and lit uses a different LNT test::
68
68
@@ -77,8 +77,8 @@ Running the test-suite via CMake and lit uses a different LNT test::
77
77
--cmake-cache Release
78
78
79
79
Since the CMake test-suite uses lit to run the tests and compare their output,
80
- LNT needs to know the path to your LLVM lit installation. The test-suite Holds
81
- some common common configurations in CMake caches. The ``--cmake-cache `` flag
80
+ LNT needs to know the path to your LLVM lit installation. The test-suite holds
81
+ some common configurations in CMake caches. The ``--cmake-cache `` flag
82
82
and the ``--cmake-define `` flag allow you to change how LNT configures cmake
83
83
for the test-suite run.
84
84
You can’t perform that action at this time.
0 commit comments