[flang-commits] [flang] e79ad7b - [flang][docs] Fix a couple of warnings

David Spickett via flang-commits flang-commits at lists.llvm.org
Tue Feb 13 03:28:50 PST 2024


Author: David Spickett
Date: 2024-02-13T11:28:30Z
New Revision: e79ad7bb94611666a23764459098574bc0394d56

URL: https://github.com/llvm/llvm-project/commit/e79ad7bb94611666a23764459098574bc0394d56
DIFF: https://github.com/llvm/llvm-project/commit/e79ad7bb94611666a23764459098574bc0394d56.diff

LOG: [flang][docs] Fix a couple of warnings

Added: 
    

Modified: 
    flang/docs/FortranLLVMTestSuite.md
    flang/docs/index.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/FortranLLVMTestSuite.md b/flang/docs/FortranLLVMTestSuite.md
index f07d415520a874..45485ef40106f6 100644
--- a/flang/docs/FortranLLVMTestSuite.md
+++ b/flang/docs/FortranLLVMTestSuite.md
@@ -62,7 +62,7 @@ cmake -G "Ninja" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ \
 
 Tests from the gfortran test suite have been imported into the LLVM Test Suite.
 The tests will be run automatically if the test suite is built following the
-instructions described [above](#running-the-LLVM-test-suite-with-fortran).
+instructions described [above](#running-the-llvm-test-suite-with-fortran).
 There are additional configure-time options that can be used with the gfortran 
 tests. More details about those options and their purpose can be found in 
 [`Fortran/gfortran/README.md`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/README.md)`.

diff  --git a/flang/docs/index.md b/flang/docs/index.md
index ff8f4a22d5eb5a..d974a3628b01d2 100644
--- a/flang/docs/index.md
+++ b/flang/docs/index.md
@@ -68,6 +68,7 @@ on how to get in touch with us and to learn more about the current status.
    OpenACC
    OpenACC-descriptor-management.md
    OpenMP-4.5-grammar.md
+   OpenMP-descriptor-management
    OpenMP-semantics
    OptionComparison
    Overview


        


More information about the flang-commits mailing list