[documentation] Fix Typos
Fixes https://github.com/llvm/llvm-project/issues/56747 Patch By: ipriyanshi1708 Differential Revision: https://reviews.llvm.org/D146644
This commit is contained in:
parent
9c4611f9c7
commit
4071dcf354
@ -220,7 +220,7 @@ public:
|
|||||||
static SubCommand &getTopLevel();
|
static SubCommand &getTopLevel();
|
||||||
|
|
||||||
// Get the special subcommand that can be used to put an option into all
|
// Get the special subcommand that can be used to put an option into all
|
||||||
// subcomands.
|
// subcommands.
|
||||||
static SubCommand &getAll();
|
static SubCommand &getAll();
|
||||||
|
|
||||||
void reset();
|
void reset();
|
||||||
|
@ -169,7 +169,7 @@ static bool CompareNumbers(const char *&F1P, const char *&F2P,
|
|||||||
|
|
||||||
/// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
|
/// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
|
||||||
/// files match, 1 if they are different, and 2 if there is a file error. This
|
/// files match, 1 if they are different, and 2 if there is a file error. This
|
||||||
/// function differs from DiffFiles in that you can specify an absolete and
|
/// function differs from DiffFiles in that you can specify an absolute and
|
||||||
/// relative FP error that is allowed to exist. If you specify a string to fill
|
/// relative FP error that is allowed to exist. If you specify a string to fill
|
||||||
/// in for the error option, it will set the string to an error message if an
|
/// in for the error option, it will set the string to an error message if an
|
||||||
/// error occurs, allowing the caller to distinguish between a failed diff and a
|
/// error occurs, allowing the caller to distinguish between a failed diff and a
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RUN: llvm-link %s %s -S -o -| FileCheck %s
|
; RUN: llvm-link %s %s -S -o -| FileCheck %s
|
||||||
|
|
||||||
; This test checks that DIMacro and DIMacroFile comaprison works correctly.
|
; This test checks that DIMacro and DIMacroFile comparison works correctly.
|
||||||
|
|
||||||
; CHECK: !llvm.dbg.cu = !{[[CU1:![0-9]*]], [[CU2:![0-9]*]]}
|
; CHECK: !llvm.dbg.cu = !{[[CU1:![0-9]*]], [[CU2:![0-9]*]]}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This tool verifies Control Flow Integrity (CFI) instrumentation by static
|
// This tool verifies Control Flow Integrity (CFI) instrumentation by static
|
||||||
// binary anaylsis. See the design document in /docs/CFIVerify.rst for more
|
// binary analysis. See the design document in /docs/CFIVerify.rst for more
|
||||||
// information.
|
// information.
|
||||||
//
|
//
|
||||||
// This tool is currently incomplete. It currently only does disassembly for
|
// This tool is currently incomplete. It currently only does disassembly for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user