[llvm] r276530 - Removes a warning about duplicate label named _strings from CommandLine.rst.

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 23 11:52:21 PDT 2016


Author: aaronballman
Date: Sat Jul 23 13:52:21 2016
New Revision: 276530

URL: http://llvm.org/viewvc/llvm-project?rev=276530&view=rev
Log:
Removes a warning about duplicate label named _strings from CommandLine.rst.

Modified:
    llvm/trunk/docs/CoverageMappingFormat.rst

Modified: llvm/trunk/docs/CoverageMappingFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CoverageMappingFormat.rst?rev=276530&r1=276529&r2=276530&view=diff
==============================================================================
--- llvm/trunk/docs/CoverageMappingFormat.rst (original)
+++ llvm/trunk/docs/CoverageMappingFormat.rst Sat Jul 23 13:52:21 2016
@@ -434,7 +434,7 @@ LEB128 is an unsigned integer value that
 encoding, optimizing for the case where values are small
 (1 byte for values less than 128).
 
-.. _Strings:
+.. _CoverageStrings:
 
 Strings
 ^^^^^^^




More information about the llvm-commits mailing list