[llvm] 6218696 - [Docs] Fix a typo

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 15:19:05 PST 2019


Author: Yuanfang Chen
Date: 2019-12-18T15:19:01-08:00
New Revision: 6218696bc938ce108da9ddb7b13cb187d0413e86

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

LOG: [Docs] Fix a typo

Added: 
    

Modified: 
    llvm/docs/TestSuiteGuide.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md
index d23b383a8d6c..b41d7ec59343 100644
--- a/llvm/docs/TestSuiteGuide.md
+++ b/llvm/docs/TestSuiteGuide.md
@@ -163,7 +163,7 @@ benchmarks. CMake can print a list of them:
   Select a build type like `OPTIMIZE` or `DEBUG` selecting a set of predefined
   compiler flags. These flags are applied regardless of the `CMAKE_C_FLAGS`
   option and may be changed by modifying `CMAKE_C_FLAGS_OPTIMIZE` etc.  See
-  [https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html]](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html)
+  [https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html)
 
 - `TEST_SUITE_RUN_UNDER`
 


        


More information about the llvm-commits mailing list