File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Fortran/UnitTests/finalization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ llvm-project # llvm-project/llvm source code
5252
5353Flang is built in the ` build ` subdirectory.
5454The test-suite-build directory is created by the user
55- and is initially empty until running CMake for the teset -suite.
55+ and is initially empty until running CMake for the test -suite.
5656To configure, build and run the tests once llvm/flang has been built,
5757a command similar to the following can be used from within test-suite-build:
5858
@@ -61,7 +61,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
6161 -DCMAKE_Fortran_COMPILER:FILEPATH=/home/users/< you> /llvm-project/build/bin/flang-new \
6262 -DTEST_SUITE_FORTRAN:BOOL=On \
6363 -DTEST_SUITE_SUBDIRS=Fortran/UnitTests/finalization \
64- ../test-suite
64+ ../llvm- test-suite
6565make -j 4
6666../build/bin/llvm-lit Fortran/UnitTests/finalization
6767```
You can’t perform that action at this time.
0 commit comments